Skip to content

Commit

Permalink
Merge pull request strukturag#1 from tuncK/patch-2
Browse files Browse the repository at this point in the history
Added TR and sorted alphanumerically
  • Loading branch information
tuncK authored Dec 25, 2017
2 parents ff95b5e + 4d781d6 commit a0eb6ef
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/i18n/helpers/languages.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0eb6ef

Please sign in to comment.