Basic German Translation (#3740)

Not complete but most of the core interface
This commit is contained in:
Alan Cruickshank 2017-11-10 04:45:37 +00:00 committed by Maxime Beauchemin
parent 1ea4521d0c
commit d663bea5e6
4 changed files with 3619 additions and 1 deletions

View File

@ -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