From da0bcc8fa805ec2d83cfcc8b8e01c3d1c349cfe0 Mon Sep 17 00:00:00 2001 From: kent1496 <47939954+kent1496@users.noreply.github.com> Date: Fri, 2 Oct 2020 02:37:05 +0800 Subject: [PATCH] Update translations.json --- I18n/translations.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/I18n/translations.json b/I18n/translations.json index 4fee19e..09051ef 100644 --- a/I18n/translations.json +++ b/I18n/translations.json @@ -26,5 +26,12 @@ "two": "Två", "three": "Tre", "longtext": "Detta är en lång text" + }, + "zh": + { + "one": "一", + "two": "二", + "three": "三", + "longtext": "这长文本" } -} \ No newline at end of file +}