Skip to content

Commit

Permalink
Fix German and Dutch languages being mixed for msbt editing
Browse files Browse the repository at this point in the history
  • Loading branch information
KillzXGaming committed Apr 25, 2022
1 parent e387011 commit b944035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plugins/TurboLibrary/Editors/UIEditor/CourseNameTool8D.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ protected override void LoadMessageData()
{ "USen", "English (US)" },
{ "USfr", "French (Western)" },
{ "USes", "Spanish (Western)" },
{ "EUde", "Dutch" },
{ "EUde", "German" },
{ "EUen", "English (Eastern)" },
{ "EUfr", "French (Eastern)" },
{ "EUnl", "German" },
{ "EUnl", "Dutch" },
{ "EUit", "Italian" },
{ "EUpt", "Portuguese" },
{ "EUru", "Russian" },
Expand Down

0 comments on commit b944035

Please sign in to comment.