mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-02 05:52:31 +01:00
Use correct language code for Brazilian Portuguese
This commit is contained in:
parent
cd5b79b3c9
commit
2c02435157
@ -56,7 +56,7 @@ namespace GlobalConstants
|
|||||||
{ LANGUAGE_NO, "no", "Norwegian" },
|
{ LANGUAGE_NO, "no", "Norwegian" },
|
||||||
{ LANGUAGE_DA, "da", "Danish" },
|
{ LANGUAGE_DA, "da", "Danish" },
|
||||||
{ LANGUAGE_FI, "fi", "Finnish" },
|
{ LANGUAGE_FI, "fi", "Finnish" },
|
||||||
{ LANGUAGE_PT_BR, "pt_br", "Brazilian Portuguese" }
|
{ LANGUAGE_PT_BR, "br", "Brazilian Portuguese" }
|
||||||
};
|
};
|
||||||
|
|
||||||
// Platform constants
|
// Platform constants
|
||||||
|
Loading…
x
Reference in New Issue
Block a user