Add language: Thai

This commit is contained in:
Sude 2020-12-02 06:36:40 +02:00
parent 18166c02e2
commit 5c64fc3074

View File

@ -46,6 +46,7 @@ namespace GlobalConstants
const unsigned int LANGUAGE_AR = 1 << 24;
const unsigned int LANGUAGE_RO = 1 << 25;
const unsigned int LANGUAGE_HE = 1 << 26;
const unsigned int LANGUAGE_TH = 1 << 27;
const std::vector<optionsStruct> LANGUAGES =
{
@ -75,7 +76,8 @@ namespace GlobalConstants
{ LANGUAGE_ES_419, "es_mx", "Spanish (Latin American)", "es_mx|es-mx|esmx|es-419|spanish_latin_american" },
{ LANGUAGE_AR, "ar", "Arabic", "ar|ara|arabic|ar[_-][A-Z]{2}" },
{ LANGUAGE_RO, "ro", "Romanian", "ro|ron|rum|romanian|ro[_-][RM]O" },
{ LANGUAGE_HE, "he", "Hebrew", "he|heb|hebrew|he[_-]IL" }
{ LANGUAGE_HE, "he", "Hebrew", "he|heb|hebrew|he[_-]IL" },
{ LANGUAGE_TH, "th", "Thai", "th|tha|thai|th[_-]TH" }
};
// Platform constants