From 2dcbfb4a46aa3daea9a90a07d31a9411dad170d2 Mon Sep 17 00:00:00 2001 From: Relentless Date: Tue, 6 Jun 2023 13:11:55 +0200 Subject: [PATCH] add simplified Chinese translations fixes #49 --- CHANGELOG.md | 8 ++++++++ .../main/resources/assets/almostunified/lang/zh_cn.json | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 Common/src/main/resources/assets/almostunified/lang/zh_cn.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 02365f7..13794b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. +## [X.X.X] - 2023-XX-XX + +### Added +- simplified Chinese translation ([#49]) + + +[#49]: https://github.com/AlmostReliable/almostunified/issues/49 + ## [0.4.4] - 2023-05-04 ### Added diff --git a/Common/src/main/resources/assets/almostunified/lang/zh_cn.json b/Common/src/main/resources/assets/almostunified/lang/zh_cn.json new file mode 100644 index 0000000..ad1081f --- /dev/null +++ b/Common/src/main/resources/assets/almostunified/lang/zh_cn.json @@ -0,0 +1,8 @@ +{ + "almostunified.description": "此版本由Almost Unified修改!", + "almostunified.warning": "请不要提交问题给原作者!", + "almostunified.unified": "大一统!", + "almostunified.duplicate": "存在重复的?!", + "almostunified.yes": "是!", + "almostunified.no": "否!" +}