Doing some adjusts on brazilian portuguese name and order

This commit is contained in:
Luis Gabriel Araújo 2024-06-07 18:30:16 -03:00 committed by GitHub
parent e3e190ec3f
commit ab4e60485d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,10 +20,6 @@ export const SUPPORTED_LANGS = [
label: `繁體中文`,
value: `zh_tw`
},
{
label: `Português`,
value: `pt_br`
},
{
label: `Français (Google Translation)`,
value: `fr_fr`
@ -47,6 +43,10 @@ export const SUPPORTED_LANGS = [
{
label: `한국어 (Google Translation)`,
value: `ko_kr`
},
{
label: `Português Brasileiro`,
value: `pt_br`
}
];