Merge pull request #2265 from Cacodemon345/patch-67

qt: Fix mistyped LCID value of en-US
This commit is contained in:
Miran Grča
2022-04-06 21:26:28 +02:00
committed by GitHub

View File

@@ -375,7 +375,7 @@ extern "C++"
{
{0x0405, {"cs-CZ", "Czech (Czech Republic)"} },
{0x0407, {"de-DE", "German (Germany)"} },
{0x0408, {"en-US", "English (United States)"} },
{0x0409, {"en-US", "English (United States)"} },
{0x0809, {"en-GB", "English (United Kingdom)"} },
{0x0C0A, {"es-ES", "Spanish (Spain)"} },
{0x040B, {"fi-FI", "Finnish (Finland)"} },