aboutsummaryrefslogtreecommitdiff
path: root/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h23
1 files changed, 12 insertions, 11 deletions
diff --git a/common/util.h b/common/util.h
index 198fcd61ef..f527017f8f 100644
--- a/common/util.h
+++ b/common/util.h
@@ -91,17 +91,18 @@ public:
*/
enum Language {
UNK_LANG = -1, // Use default language (i.e. none specified)
- EN_USA = 0,
- DE_DEU = 1,
- FR_FRA = 2,
- IT_ITA = 3,
- PT_BRA = 4,
- ES_ESP = 5,
- JA_JPN = 6,
- ZH_TWN = 7,
- KO_KOR = 8,
- SE_SWE = 9,
- EN_GRB = 10,
+ EN_ANY = 0,
+ EN_USA = 1,
+ DE_DEU = 2,
+ FR_FRA = 3,
+ IT_ITA = 4,
+ PT_BRA = 5,
+ ES_ESP = 6,
+ JA_JPN = 7,
+ ZH_TWN = 8,
+ KO_KOR = 9,
+ SE_SWE = 10,
+ EN_GRB = 11,
HB_ISR = 20,
RU_RUS = 21,
CZ_CZE = 22,