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": "这长文本" + } +}