feat: add new language: "pt" (#1837)

* feat: Added new locales pt-br

* fix: Changed pt-br to pt

* feat: Updated app.conf

* feat: Updated Setting.js

* feat: Changed folder locales pt-br to pt

---------

Co-authored-by: hsluoyz <hsluoyz@qq.com>
This commit is contained in:
Jadson Santos
2023-05-19 05:57:44 -03:00
committed by GitHub
parent 02333f2f0c
commit af79fdedf2
3 changed files with 895 additions and 0 deletions

View File

@ -42,6 +42,7 @@ export const Countries = [{label: "English", key: "en", country: "US", alt: "Eng
{label: "한국어", key: "ko", country: "KR", alt: "한국어"},
{label: "Русский", key: "ru", country: "RU", alt: "Русский"},
{label: "TiếngViệt", key: "vi", country: "VN", alt: "TiếngViệt"},
{label: "Português", key: "pt", country: "BR", alt: "Português"},
];
export function getThemeData(organization, application) {