Update Localization for zh-hant.cs

This commit is contained in:
夜嵐蝶Alma 2024-02-29 00:33:06 +08:00 committed by GitHub
parent 8e6d8302ef
commit 598dc110f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,10 +26,11 @@ namespace nadena.dev.modular_avatar.core.editor
.Add("en-us", "English")
.Add("ja-jp", "日本語")
.Add("zh-hans", "简体中文")
.Add("zh-hant", "繁體中文")
.Add("ko-kr", "한국어");
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 =>
{