mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-30 08:18:22 +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"
|
||||
}
|
||||
},
|
||||
{
|
||||
"da-DK", "da"
|
||||
},
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
|
@ -123,4 +126,4 @@ public static class LocalizationManager
|
|||
|
||||
return languages;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue