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:
chemicalkosek
2023-09-20 12:36:21 +02:00
committed by GitHub
co-authored by Oli Juhl
parent 47603f4797
commit 15a1c55def
3 changed files with 1929 additions and 0 deletions
+6
View File
@@ -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
+4
View File
@@ -16,6 +16,10 @@ export const supportedLanguages = [
locale: "pt",
name: "Português (Brasil)",
},
{
locale: "pl",
name: "Polski",
},
]
const backendUrl = window.location.origin