mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-02 09:08:20 +00:00
Fix danish not showing up
This commit is contained in:
parent
c02aee0c6b
commit
a734d5f276
1 changed files with 5 additions and 2 deletions
|
@ -77,7 +77,10 @@ public static class LocalizationManager
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"de-DE", "de"
|
"de-DE", "de"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"da-DK", "da"
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue