diff options
-rw-r--r-- | common/util.cpp | 1 | ||||
-rw-r--r-- | common/util.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/common/util.cpp b/common/util.cpp index 1f77b42b32..1c4df8b6cd 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -116,6 +116,7 @@ const LanguageDescription g_languages[] = { { "gr", "el_GR", "Greek", GR_GRE }, { "he", "he_IL", "Hebrew", HE_ISR }, { "hb", "he_IL", "Hebrew", HE_ISR }, // Deprecated + { "hr", "hr_HR", "Croatian", HR_HRV }, { "hu", "hu_HU", "Hungarian", HU_HUN }, { "it", "it_IT", "Italian", IT_ITA }, { "jp", "ja_JP", "Japanese", JA_JPN }, diff --git a/common/util.h b/common/util.h index c9ff83c1cf..66bcde8adc 100644 --- a/common/util.h +++ b/common/util.h @@ -148,6 +148,7 @@ enum Language { DE_DEU, GR_GRE, HE_ISR, + HR_HRV, HU_HUN, IT_ITA, JA_JPN, |