mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Full "zh-Hant" translation
This commit is contained in:
parent
066c932778
commit
f538b9e948
5 changed files with 878 additions and 2 deletions
|
|
@ -662,7 +662,7 @@ namespace MinecraftClient
|
|||
string[] transEn = DefaultConfigResource.ResourceManager.GetString("Translation_en")!
|
||||
.Split(new[] { "\r\n", "\r", "\n" }, StringSplitOptions.None);
|
||||
|
||||
foreach (string lang in new string[] { "de", "fr", "ru", "vi", "zh_Hans" })
|
||||
foreach (string lang in new string[] { "de", "fr", "ru", "vi", "zh_Hans", "zh_Hant" })
|
||||
{
|
||||
Dictionary<string, string> trans = ParseTranslationContent(
|
||||
DefaultConfigResource.ResourceManager.GetString("Translation_" + lang)!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue