Browse Source

Initiated French language support

pull/454/head
Tunc Kayikcioglu 8 years ago committed by GitHub
parent
commit
75fe9609c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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