diff options
author | Filippos Karapetis | 2011-11-18 17:44:51 +0200 |
---|---|---|
committer | Filippos Karapetis | 2011-11-18 17:52:26 +0200 |
commit | c65146cde1704413113cc0f9b021fc402022609c (patch) | |
tree | 6dc3a8d80e243cd3e234bc6cc4580cd2406519c8 /common | |
parent | 8e7ea5d461ef22e66a340e8c22497655f1a84f30 (diff) | |
download | scummvm-rg350-c65146cde1704413113cc0f9b021fc402022609c.tar.gz scummvm-rg350-c65146cde1704413113cc0f9b021fc402022609c.tar.bz2 scummvm-rg350-c65146cde1704413113cc0f9b021fc402022609c.zip |
COMMON: Added Croatian language (for a localized version of BS2.5)
Diffstat (limited to 'common')
-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, |