mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2024-11-20 03:39:17 +01:00
Add language: Thai
This commit is contained in:
parent
18166c02e2
commit
5c64fc3074
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user