mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 02:55:41 +00:00
Add (brief) documentation page regarding translations
This commit is contained in:
@ -228,7 +228,7 @@ if not type(EXTRA_URL_SCHEMES) in [list]:
|
||||
# Internationalization
|
||||
# https://docs.djangoproject.com/en/1.10/topics/i18n/
|
||||
|
||||
LANGUAGE_CODE = CONFIG.get('language', 'de-ge')
|
||||
LANGUAGE_CODE = CONFIG.get('language', 'en-us')
|
||||
|
||||
# If a new language translation is supported, it must be added here
|
||||
LANGUAGES = [
|
||||
|
@ -18,7 +18,7 @@ database:
|
||||
#HOST: ''
|
||||
#PORT: ''
|
||||
|
||||
# Select default system language (default is 'en_us')
|
||||
# Select default system language (default is 'en-us')
|
||||
language: en-us
|
||||
|
||||
# Set debug to False to run in production mode
|
||||
|
Reference in New Issue
Block a user