From b71bb5e73fc9f0c15bb8ba14b100d75119ea71b6 Mon Sep 17 00:00:00 2001 From: Samekichi Date: Thu, 5 Nov 2020 12:01:24 +0800 Subject: [PATCH] Create zh_cn.json --- src/main/resources/assets/breakprogress/lang/zh_cn.json | 4 ++++ 1 file changed, 4 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..89c3233 --- /dev/null +++ b/src/main/resources/assets/breakprogress/lang/zh_cn.json @@ -0,0 +1,4 @@ + +{ + "text.breakprogress.tooltip": "破坏进度: %d%%" +}