add de/fr/it to ui language options
This commit is contained in:
parent
72837c7dbe
commit
f860c66c75
1 changed files with 4 additions and 1 deletions
|
@ -412,9 +412,12 @@ MARKDOWNX_MARKDOWNIFY_FUNCTION = "journal.models.render_md"
|
||||||
|
|
||||||
SUPPORTED_UI_LANGUAGES = {
|
SUPPORTED_UI_LANGUAGES = {
|
||||||
"en": _("English"),
|
"en": _("English"),
|
||||||
|
"da": _("Danish"),
|
||||||
|
"de": _("German"),
|
||||||
|
"fr": _("French"),
|
||||||
|
"it": _("Italian"),
|
||||||
"zh-hans": _("Simplified Chinese"),
|
"zh-hans": _("Simplified Chinese"),
|
||||||
"zh-hant": _("Traditional Chinese"),
|
"zh-hant": _("Traditional Chinese"),
|
||||||
"da": _("Danish"),
|
|
||||||
}
|
}
|
||||||
|
|
||||||
LANGUAGES = SUPPORTED_UI_LANGUAGES.items()
|
LANGUAGES = SUPPORTED_UI_LANGUAGES.items()
|
||||||
|
|
Loading…
Add table
Reference in a new issue