Skip to content

Commit

Permalink
Add ru language option to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
timetheoretical committed Jun 5, 2020
1 parent a1ef5d7 commit 755a234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SettingsInstallerParameters/CustomAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private static string getStartWithVideoMuted(Session session)

private static string getLanguage(Session session)
{
string[] availableLanguages = { "en", "fr" };
string[] availableLanguages = { "en", "fr", "ru" };
string userLanguageInput = session.CustomActionData["language"];

if (availableLanguages.Contains(userLanguageInput))
Expand Down

0 comments on commit 755a234

Please sign in to comment.