Skip to content

Commit

Permalink
Add turkish language mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Jun 26, 2024
1 parent b6cdde9 commit e291ac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/buildtools/java/Crowdin.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public class Crowdin {
LANG_MAPPING.put("ro_ro", "ro");
LANG_MAPPING.put("ru_ru", "ru");
LANG_MAPPING.put("de_de", "de");
LANG_MAPPING.put("tr_tr", "tr-TR");
LANG_MAPPING.put("uk_ua", "uk");
LANG_MAPPING.put("zh_cn", "zh-CN");
LANG_MAPPING.put("zh_tw", "zh-TW");
Expand Down

0 comments on commit e291ac2

Please sign in to comment.