mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-18 23:42:28 +00:00
Fix languages with broken mappings
This commit is contained in:
parent
f2b7f6cdf6
commit
53dafe5f53
1 changed files with 15 additions and 0 deletions
|
@ -60,6 +60,21 @@ public static class LocalizationManager
|
||||||
{
|
{
|
||||||
"eo-UY", "eo"
|
"eo-UY", "eo"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ru-RU", "ru"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pt-PT", "pt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"no-NO", "no"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pl-PL", "pl"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fr-FR", "fr"
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue