Browse Source

Added TR and sorted alphanumerically

pull/457/head
Tunc Kayikcioglu 8 years ago committed by GitHub
parent
commit
4d781d679d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      src/i18n/helpers/languages.py

13
src/i18n/helpers/languages.py

@ -3,16 +3,17 @@ @@ -3,16 +3,17 @@
# Generate simple languages JSON module.
LANGUAGES = {
"en": "English",
"de": "Deutsch",
"en": "English",
"es": "Español",
"fr": "Français",
"zh-cn": "中文(简体)",
"zh-tw": "繁體中文",
"ko": "한국어",
"it": "Italiano",
"ja": "日本語",
"ko": "한국어",
"ru": "Русский",
"es": "Español",
"it": "Italiano",
"tr": "Türkçe",
"zh-cn": "中文(简体)",
"zh-tw": "繁體中文",
}
import json

Loading…
Cancel
Save