aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheBlueKingLP <12997043+TheBlueKingLP@users.noreply.github.com>2022-11-15 06:39:21 +0300
committerGitHub <noreply@github.com>2022-11-15 06:39:21 +0300
commit9c06001aee93c289fbf6871f74f4d72266ad6ddb (patch)
treeb89b2cf20d301c0b632c705aca09c8ac83f69b66
parentcf060ee6643279473af93012e5be056cc852ba9a (diff)
Change the Translation of "Simplified Chinese"
Change the translation of "Simplified Chinese" from "汉语 (简化字)" to "汉语 (简体字)"
-rw-r--r--Emby.Server.Implementations/Localization/LocalizationManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Localization/LocalizationManager.cs b/Emby.Server.Implementations/Localization/LocalizationManager.cs
index 4eab040a4..b77168126 100644
--- a/Emby.Server.Implementations/Localization/LocalizationManager.cs
+++ b/Emby.Server.Implementations/Localization/LocalizationManager.cs
@@ -434,7 +434,7 @@ 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-CN");
yield return new LocalizationOption("漢語 (繁體字)", "zh-TW");
yield return new LocalizationOption("廣東話 (香港)", "zh-HK");
}