diff --git a/src/i18n/en_US.jsonc b/src/i18n/en_US.jsonc index ae3388ec..8aea456e 100644 --- a/src/i18n/en_US.jsonc +++ b/src/i18n/en_US.jsonc @@ -1,4 +1,11 @@ -{ // Base File +{ // Base File + + // i18n Info + "i18n.languageName": "English", // name of language in native language + "i18n.languageNameEnglish": "English", // name of language in English + "i18n.category": "main", // main = real language, fun = fun community languages + "i18n.authors": "", // Authors, if you contribute to this file feel free to add your name seperated with a space + // App info "app.name": "Cider",