Browse Source

Merge 75fe9609c7 into 92a885ebc7

pull/454/merge
Tunc Kayikcioglu 8 years ago committed by GitHub
parent
commit
3af736b133
  1. 1
      src/i18n/helpers/languages.py

1
src/i18n/helpers/languages.py

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
LANGUAGES = {
"en": "English",
"de": "Deutsch",
"fr": "Français",
"zh-cn": "中文(简体)",
"zh-tw": "繁體中文",
"ko": "한국어",

Loading…
Cancel
Save