diff options
Diffstat (limited to 'common/language.cpp')
-rw-r--r-- | common/language.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/language.cpp b/common/language.cpp index a4cd1056d1..0eb0411b1d 100644 --- a/common/language.cpp +++ b/common/language.cpp @@ -56,6 +56,7 @@ const LanguageDescription g_languages[] = { { "sk", "sk_SK", "Slovak", SK_SVK }, { "es", "es_ES", "Spanish", ES_ESP }, { "se", "sv_SE", "Swedish", SE_SWE }, + { "tr", "tr_TR", "Turkish", TR_TUR }, { "uk", "uk_UA", "Ukrainian", UA_UKR }, { nullptr, nullptr, nullptr, UNK_LANG } }; |