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