From ba1bb49d6dd353092f177a3973611da45e34f90d Mon Sep 17 00:00:00 2001 From: CJYKK <59359590+CJYKK@users.noreply.github.com> Date: Tue, 21 Jun 2022 09:34:13 +0800 Subject: [PATCH] Create Simplified Chinese Translation :-) --- src/main/resources/assets/breakprogress/lang/zh_cn.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/main/resources/assets/breakprogress/lang/zh_cn.json diff --git a/src/main/resources/assets/breakprogress/lang/zh_cn.json b/src/main/resources/assets/breakprogress/lang/zh_cn.json new file mode 100644 index 0000000..c7aa63d --- /dev/null +++ b/src/main/resources/assets/breakprogress/lang/zh_cn.json @@ -0,0 +1,3 @@ +{ + "text.breakprogress.tooltip": "破坏进度:%d%%" +}