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 211218241d..0d4fbee796 100644 --- a/common/language.cpp +++ b/common/language.cpp @@ -51,6 +51,7 @@ const LanguageDescription g_languages[] = { { "pl", "pl_PL", "Polish", PL_POL }, { "br", "pt_BR", "Portuguese", PT_BRA }, { "ru", "ru_RU", "Russian", RU_RUS }, + { "sk", "sk_SK", "Slovak", SK_SVK }, { "es", "es_ES", "Spanish", ES_ESP }, { "se", "sv_SE", "Swedish", SE_SWE }, { "uk", "uk_UA", "Ukrainian", UA_UKR }, |