Skip to content

Commit

Permalink
Add Ukrainian to the launcher options language selector
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyyrylainen committed Dec 3, 2022
1 parent 7ee3352 commit ed7ea34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RevolutionaryGamesCommon
1 change: 1 addition & 0 deletions ThriveLauncher/Properties/Languages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public static IEnumerable<CultureInfo> GetLanguagesEnumerable()
yield return new CultureInfo("fi-FI");
yield return new CultureInfo("tr-TR");
yield return new CultureInfo("bg-BG");
yield return new CultureInfo("uk-UK");
}

public static void SetLanguage(CultureInfo cultureInfo)
Expand Down

0 comments on commit ed7ea34

Please sign in to comment.