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 +}