aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2022-11-16 14:53:00 +0100
committerGitHub <noreply@github.com>2022-11-16 14:53:00 +0100
commitf4ab56e12acd8c45dbb04cde93d24db37884bbfe (patch)
treec420c5b2ecdab7ebb5832f152466069d4dff9523
parent469b01e18e0a1aed92de9032d20e0afb76714dcb (diff)
parent9c06001aee93c289fbf6871f74f4d72266ad6ddb (diff)
Merge pull request #8737 from TheBlueKingLP/master
-rw-r--r--Emby.Server.Implementations/Localization/LocalizationManager.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Localization/LocalizationManager.cs b/Emby.Server.Implementations/Localization/LocalizationManager.cs
index 22b283b8a..b77168126 100644
--- a/Emby.Server.Implementations/Localization/LocalizationManager.cs
+++ b/Emby.Server.Implementations/Localization/LocalizationManager.cs
@@ -434,8 +434,8 @@ namespace Emby.Server.Implementations.Localization
yield return new LocalizationOption("Українська", "uk");
yield return new LocalizationOption("اُردُو", "ur_PK");
yield return new LocalizationOption("Tiếng Việt", "vi");
- yield return new LocalizationOption("汉语 (简化字)", "zh-CN");
- yield return new LocalizationOption("漢語 (繁体字)", "zh-TW");
+ yield return new LocalizationOption("汉语 (简体字)", "zh-CN");
+ yield return new LocalizationOption("漢語 (繁體字)", "zh-TW");
yield return new LocalizationOption("廣東話 (香港)", "zh-HK");
}
}