chore(admin-ui): Add pt-BR to supported languages (#5080)
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
"@medusajs/admin-ui": patch
|
||||||
|
"@medusajs/admin": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
chore(admin-ui): Add pt-BR to supported languages
|
||||||
@@ -12,6 +12,10 @@ export const supportedLanguages = [
|
|||||||
locale: "fr",
|
locale: "fr",
|
||||||
name: "Français",
|
name: "Français",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
locale: "pt-BR",
|
||||||
|
name: "Português (Brasil)",
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
const backendUrl = window.location.origin
|
const backendUrl = window.location.origin
|
||||||
|
|||||||
Reference in New Issue
Block a user