mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2024-11-20 11:49:17 +01:00
Add language: Bulgarian
This commit is contained in:
parent
d2dcffb86b
commit
4c02de5d24
@ -39,6 +39,7 @@ namespace GlobalConstants
|
||||
const unsigned int LANGUAGE_FI = 1 << 18;
|
||||
const unsigned int LANGUAGE_PT_BR = 1 << 19;
|
||||
const unsigned int LANGUAGE_SK = 1 << 20;
|
||||
const unsigned int LANGUAGE_BL = 1 << 21;
|
||||
|
||||
const std::vector<optionsStruct> LANGUAGES =
|
||||
{
|
||||
@ -62,7 +63,8 @@ namespace GlobalConstants
|
||||
{ LANGUAGE_DA, "da", "Danish" , "da|dan|danish" },
|
||||
{ LANGUAGE_FI, "fi", "Finnish" , "fi|fin|finnish" },
|
||||
{ LANGUAGE_PT_BR, "br", "Brazilian Portuguese", "br|pt_br|pt-br|ptbr|brazilian_portuguese" },
|
||||
{ LANGUAGE_SK, "sk", "Slovak" , "sk|slk|slo|slovak" }
|
||||
{ LANGUAGE_SK, "sk", "Slovak" , "sk|slk|slo|slovak" },
|
||||
{ LANGUAGE_BL, "bl", "Bulgarian" , "bl|bg|bul|bulgarian" }
|
||||
};
|
||||
|
||||
// Platform constants
|
||||
|
Loading…
Reference in New Issue
Block a user