Skip to content

Conversation

@Xinyang-Gao
Copy link
Contributor

I sincerely apologize for an error I introduced in my previous translation pull request.

I discovered that in the Chinese language file (zh_cn.json), the line:
"option.clientsort.typeMatchTags.tooltip.2": "仅在"始终按类型匹配"禁用时使用。"

contains half-width quotation marks within the string value, which creates invalid JSON syntax and causes parsing errors.

This PR fixes the issue by replacing the problematic half-width quotes with full-width Chinese quotation marks:
"option.clientsort.typeMatchTags.tooltip.2": "仅在「始终按类型匹配」禁用时使用。"

I'm very sorry that this error made it into the released version. I should have been more careful in validating the JSON format before submitting the original PR. This correction will resolve the JSON parsing issue while maintaining the same meaning in Chinese.

Thank you for your understanding and for considering this fix.

@NotRyken NotRyken added the T/translation Type: Translation label Oct 25, 2025
@NotRyken NotRyken merged commit 4b3e23d into TerminalMC:mc1.21.1 Oct 25, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T/translation Type: Translation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants