Skip to content

Commit

Permalink
Update available languages
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Jun 7, 2024
1 parent f546f73 commit 80288dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SS14.Launcher/Localization/LocalizationManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ public sealed class LocalizationManager
new LanguageInfo("el"),
new LanguageInfo("de"),
new LanguageInfo("ru"),
new LanguageInfo("pt"),
new LanguageInfo("pt-BR"),
new LanguageInfo("es"),
new LanguageInfo("uk"),
new LanguageInfo("fr"),
new LanguageInfo("tr"),
];

private const string FallbackCulture = "en";
Expand Down

0 comments on commit 80288dc

Please sign in to comment.