mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-02-17 15:59:41 +08:00
Doing some adjusts on brazilian portuguese name and order
This commit is contained in:
parent
e3e190ec3f
commit
ab4e60485d
@ -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`
|
||||
}
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user