chore(admin-ui): Add pt-BR to supported languages (#5080)

This commit is contained in:
Oli Juhl
2023-09-15 15:23:17 +02:00
committed by GitHub
parent 5930f89b7c
commit a7459029fe
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
"@medusajs/admin-ui": patch
"@medusajs/admin": patch
---
chore(admin-ui): Add pt-BR to supported languages

View File

@@ -12,6 +12,10 @@ export const supportedLanguages = [
locale: "fr",
name: "Français",
},
{
locale: "pt-BR",
name: "Português (Brasil)",
},
]
const backendUrl = window.location.origin