Skip to content

Add Simplified Chinese (zh_cn) language support #149

Description

@Po-Cu

Summary

I've created a complete Simplified Chinese (zh_cn) translation file for Fzzy Config. The library currently has zh_tw (Traditional Chinese) but is missing zh_cn (Simplified Chinese), which is used by a much larger player base.

Details

  • Translation file: assets/fzzy_config/lang/zh_cn.json
  • Total keys: 287 (fully matches en_us.json, 1:1 coverage)
  • File attached: zh_cn.json (see attachment)

The translation follows the same format and structure as the existing zh_tw.json, with all keys properly translated to Simplified Chinese. Minecraft uses the locale code zh_cn for Simplified Chinese, so the file will be automatically loaded when the game language is set to Simplified Chinese.

Reference

The existing zh_tw.json covers 186 keys. This zh_cn.json covers all 287 keys from en_us.json, including keys not present in zh_tw.json (e.g., fc.button.reset, fc.button.save, fc.validated_field.number.editBox.usage, fzzy_config.text.*, etc.).

File

Please see the attached zh_cn.json file. It should be placed at:scr/main/resources/assets/fzzy_config/lang/zh_cn.json

zh_cn.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    fixed indevIssue that is fixed in dev but I don't want to close yet until release

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions