mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-02 05:52:31 +01:00
Add language: Slovak
This commit is contained in:
parent
63125641ab
commit
82aa604b3e
@ -36,6 +36,7 @@ namespace GlobalConstants
|
||||
const unsigned int LANGUAGE_DA = 1 << 17;
|
||||
const unsigned int LANGUAGE_FI = 1 << 18;
|
||||
const unsigned int LANGUAGE_PT_BR = 1 << 19;
|
||||
const unsigned int LANGUAGE_SK = 1 << 20;
|
||||
|
||||
const std::vector<optionsStruct> LANGUAGES =
|
||||
{
|
||||
@ -58,7 +59,8 @@ namespace GlobalConstants
|
||||
{ LANGUAGE_NO, "no", "Norwegian" , "no|nor|norwegian" },
|
||||
{ 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_PT_BR, "br", "Brazilian Portuguese", "br|pt_br|pt-br|ptbr|brazilian_portuguese" },
|
||||
{ LANGUAGE_SK, "sk", "Slovak" , "sk|slk|slo|slovak" }
|
||||
};
|
||||
|
||||
// Platform constants
|
||||
|
Loading…
x
Reference in New Issue
Block a user