aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/language.cpp1
-rw-r--r--common/language.h1
2 files changed, 2 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 }
};
diff --git a/common/language.h b/common/language.h
index ed8305aac8..aa2efdd82e 100644
--- a/common/language.h
+++ b/common/language.h
@@ -61,6 +61,7 @@ enum Language {
SK_SVK,
ES_ESP,
SE_SWE,
+ TR_TUR,
UA_UKR,
UNK_LANG = -1 // Use default language (i.e. none specified)