diff options
Diffstat (limited to 'common/util.h')
| -rw-r--r-- | common/util.h | 21 | 
1 files changed, 10 insertions, 11 deletions
| diff --git a/common/util.h b/common/util.h index da76bd7220..d6cfeca89f 100644 --- a/common/util.h +++ b/common/util.h @@ -89,25 +89,24 @@ public:   * List of game language.   */  enum Language { +	ZH_TWN, +	CZ_CZE, +	NL_NLD,  	EN_ANY,     // Generic English (when only one game version exist) -	EN_USA,  	EN_GRB, - -	DE_DEU, +	EN_USA,  	FR_FRA, +	DE_DEU, +	HB_ISR,  	IT_ITA, -	PT_BRA, -	ES_ESP,  	JA_JPN, -	ZH_TWN,  	KO_KOR, -	SE_SWE, -	HB_ISR, -	RU_RUS, -	CZ_CZE, -	NL_NLD,  	NB_NOR,  	PL_POL, +	PT_BRA, +	RU_RUS, +	ES_ESP, +	SE_SWE,  	UNK_LANG = -1	// Use default language (i.e. none specified)  }; | 
