aboutsummaryrefslogtreecommitdiff
path: root/common/language.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/language.cpp')
-rw-r--r--common/language.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/language.cpp b/common/language.cpp
index 207de000cd..211218241d 100644
--- a/common/language.cpp
+++ b/common/language.cpp
@@ -53,6 +53,7 @@ const LanguageDescription g_languages[] = {
{ "ru", "ru_RU", "Russian", RU_RUS },
{ "es", "es_ES", "Spanish", ES_ESP },
{ "se", "sv_SE", "Swedish", SE_SWE },
+ { "uk", "uk_UA", "Ukrainian", UA_UKR },
{ nullptr, nullptr, nullptr, UNK_LANG }
};