diff --git a/src/i18n/pt_BR.jsonc b/src/i18n/pt_BR.jsonc index 76ff31c5..dad04de4 100644 --- a/src/i18n/pt_BR.jsonc +++ b/src/i18n/pt_BR.jsonc @@ -3,7 +3,13 @@ "app.name": "Cider", "date.format": "${d} ${m}, ${y}", - + + // i18n Info + "i18n.languageName": "Português ( brasileiro )", // name of language in native language + "i18n.languageNameEnglish": "Portuguese (Brazil)", // 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 + // Dialogs "dialog.cancel": "Cancelar", "dialog.ok": "OK",