feat(admin-ui): Add Polish translation (#5101)
* Add Polish translation * Create real-carrots-hug.md --------- Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
co-authored by
Oli Juhl
parent
47603f4797
commit
15a1c55def
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"@medusajs/admin-ui": patch
|
||||
"@medusajs/admin": patch
|
||||
---
|
||||
|
||||
feat(admin-ui): Add Polish translation
|
||||
File diff suppressed because it is too large
Load Diff
@@ -16,6 +16,10 @@ export const supportedLanguages = [
|
||||
locale: "pt",
|
||||
name: "Português (Brasil)",
|
||||
},
|
||||
{
|
||||
locale: "pl",
|
||||
name: "Polski",
|
||||
},
|
||||
]
|
||||
|
||||
const backendUrl = window.location.origin
|
||||
|
||||
Reference in New Issue
Block a user