From 9eea2ef223b5458235fe2147947171161b3cfadc Mon Sep 17 00:00:00 2001 From: kent1496 <47939954+kent1496@users.noreply.github.com> Date: Fri, 2 Oct 2020 02:35:24 +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..2dd2018 100644 --- a/I18n/translations.json +++ b/I18n/translations.json @@ -27,4 +27,11 @@ "three": "Tre", "longtext": "Detta är en lång text" } -} \ No newline at end of file + "zh": + { + "one": "一", + "two": "二", + "three": "三", + "longtext": "这长文本" + } +}