mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-17 20:00:06 +08:00
Update Localization for zh-hant.cs
This commit is contained in:
parent
8e6d8302ef
commit
598dc110f8
@ -26,10 +26,11 @@ namespace nadena.dev.modular_avatar.core.editor
|
|||||||
.Add("en-us", "English")
|
.Add("en-us", "English")
|
||||||
.Add("ja-jp", "日本語")
|
.Add("ja-jp", "日本語")
|
||||||
.Add("zh-hans", "简体中文")
|
.Add("zh-hans", "简体中文")
|
||||||
|
.Add("zh-hant", "繁體中文")
|
||||||
.Add("ko-kr", "한국어");
|
.Add("ko-kr", "한국어");
|
||||||
|
|
||||||
private static ImmutableList<string>
|
private static ImmutableList<string>
|
||||||
SupportedLanguages = new string[] {"en-us", "ja-jp", "zh-hans", "ko-kr"}.ToImmutableList();
|
SupportedLanguages = new string[] {"en-us", "ja-jp", "zh-hans", "zh-hant", "ko-kr"}.ToImmutableList();
|
||||||
|
|
||||||
private static string[] DisplayNames = SupportedLanguages.Select(l =>
|
private static string[] DisplayNames = SupportedLanguages.Select(l =>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user