mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 21:30:24 +08:00
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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user