Basic German Translation (#3740)
Not complete but most of the core interface
This commit is contained in:
parent
1ea4521d0c
commit
d663bea5e6
|
|
@ -154,7 +154,7 @@ PUBLIC_ROLE_LIKE_GAMMA = False
|
|||
# Setup default language
|
||||
BABEL_DEFAULT_LOCALE = 'en'
|
||||
# Your application default translation path
|
||||
BABEL_DEFAULT_FOLDER = 'babel/translations'
|
||||
BABEL_DEFAULT_FOLDER = 'superset/translations'
|
||||
# The allowed translation for you app
|
||||
LANGUAGES = {
|
||||
'en': {'flag': 'us', 'name': 'English'},
|
||||
|
|
@ -162,6 +162,7 @@ LANGUAGES = {
|
|||
'fr': {'flag': 'fr', 'name': 'French'},
|
||||
'zh': {'flag': 'cn', 'name': 'Chinese'},
|
||||
'ja': {'flag': 'jp', 'name': 'Japanese'},
|
||||
'de': {'flag': 'de', 'name': 'German'},
|
||||
}
|
||||
# ---------------------------------------------------
|
||||
# Image and file configuration
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue