diff --git a/src/i18n/ja_JP.jsonc b/src/i18n/ja_JP.jsonc index 2ad795d4..5f15848a 100644 --- a/src/i18n/ja_JP.jsonc +++ b/src/i18n/ja_JP.jsonc @@ -4,6 +4,12 @@ "date.format": "${y}年${m}月${d}日", + // i18n Info + "i18n.languageName": "日本語", // name of language in native language + "i18n.languageNameEnglish": "Japanese", // name of language in English + "i18n.category": "main", // main = real language, fun = fun community languages + "i18n.authors": "@maikirakiwi", // Authors, if you contribute to this file feel free to add your name seperated with a space + // Dialogs "dialog.cancel": "キャンセル", "dialog.ok": "OK", diff --git a/src/i18n/zh_CN.jsonc b/src/i18n/zh_CN.jsonc index 3c8460f9..df64ee2a 100644 --- a/src/i18n/zh_CN.jsonc +++ b/src/i18n/zh_CN.jsonc @@ -4,6 +4,12 @@ "date.format": "${y}年${m}月${d}日", + // i18n Info + "i18n.languageName": "中文(中国)", // name of language in native language + "i18n.languageNameEnglish": "Chinese (China)", // name of language in English + "i18n.category": "main", // main = real language, fun = fun community languages + "i18n.authors": "@maikirakiwi", // Authors, if you contribute to this file feel free to add your name seperated with a space + // Dialogs "dialog.cancel": "取消", "dialog.ok": "确定", diff --git a/src/i18n/zh_TW.jsonc b/src/i18n/zh_TW.jsonc index e83787fd..935cddfb 100644 --- a/src/i18n/zh_TW.jsonc +++ b/src/i18n/zh_TW.jsonc @@ -3,6 +3,13 @@ "app.name": "Cider", "date.format": "${y}年${m}月${d}日", + + // i18n Info + "i18n.languageName": "中文(台湾)", // name of language in native language + "i18n.languageNameEnglish": "Chinese (Taiwan)", // name of language in English + "i18n.category": "main", // main = real language, fun = fun community languages + "i18n.authors": "@maikirakiwi", // Authors, if you contribute to this file feel free to add your name seperated with a space + // Dialogs "dialog.cancel": "取消",