Skip to content

Commit

Permalink
Add languages which were already added to VRChat's Crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-L authored Sep 30, 2023
1 parent f0bc7e1 commit 5ce3589
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static ClientSimSettings Instance
public float playerHeight = ClientSimTrackingProviderBase.AVATAR_HEIGHT; // Default avatar height is 1.9 units tall
public string currentLanguage = "English";
public readonly string[] availableLanguages =
{ "English", "French", "German", "Italian", "Japanese", "Korean", "Spanish" };
{ "English", "French", "German", "Italian", "Japanese", "Korean", "Spanish", "Portuguese, Brazilian", "Hebrew", "Polish", "Toki Pona", "Indonesian", "Chinese Simplified", "Chinese Traditional", "Russian" };

#if UNITY_EDITOR
private static ClientSimSettings LoadSettings()
Expand All @@ -69,4 +69,4 @@ public static void SaveSettings(ClientSimSettings settings)
#endif

}
}
}

0 comments on commit 5ce3589

Please sign in to comment.