From 0d849370cc5ce37e5ec817964ee48e27a630bd57 Mon Sep 17 00:00:00 2001 From: notlin4 <121224522+notlin4@users.noreply.github.com> Date: Thu, 2 Feb 2023 16:26:29 +0800 Subject: [PATCH 1/2] Create zh_tw.json --- src/main/resources/assets/animatica/lang/zh_tw.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/main/resources/assets/animatica/lang/zh_tw.json diff --git a/src/main/resources/assets/animatica/lang/zh_tw.json b/src/main/resources/assets/animatica/lang/zh_tw.json new file mode 100644 index 0000000..9f4f3c8 --- /dev/null +++ b/src/main/resources/assets/animatica/lang/zh_tw.json @@ -0,0 +1,3 @@ +{ + "option.animatica.animated_textures": "自定義動畫" +} From 2af4bdb2a555c998f1f4c929ea75db98d5c6ab03 Mon Sep 17 00:00:00 2001 From: notlin4 <121224522+notlin4@users.noreply.github.com> Date: Tue, 20 Jun 2023 18:45:24 +0800 Subject: [PATCH 2/2] Add Traditional Chinese --- src/main/resources/assets/animatica/lang/zh_tw.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/animatica/lang/zh_tw.json b/src/main/resources/assets/animatica/lang/zh_tw.json index 9f4f3c8..b87c509 100644 --- a/src/main/resources/assets/animatica/lang/zh_tw.json +++ b/src/main/resources/assets/animatica/lang/zh_tw.json @@ -1,3 +1,3 @@ { - "option.animatica.animated_textures": "自定義動畫" + "option.animatica.animated_textures": "自訂動畫" }