diff options
Diffstat (limited to 'common/util.cpp')
-rw-r--r-- | common/util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.cpp b/common/util.cpp index ff665468af..e99bbeb12d 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -211,6 +211,7 @@ const LanguageDescription g_languages[] = { {"ru", "Russian", RU_RUS}, {"es", "Spanish", ES_ESP}, {"se", "Swedish", SE_SWE}, + {"hu", "Hungarian", HU_HUN}, {0, 0, UNK_LANG} }; |