feat(admin): Add Czech language support (#5822)

- add Czech messages
- add Czech to supported languages
- add Czech to the docs

Co-authored-by: Kasper Fabricius Kristensen <45367945+kasperkristensen@users.noreply.github.com>
This commit is contained in:
Petr Kolonicz
2023-12-19 15:35:00 +01:00
committed by GitHub
parent 45996d58a2
commit 7ecea34487
3 changed files with 1952 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/admin-ui": patch
---
feat(admin-ui): Add Czech translation

File diff suppressed because it is too large Load Diff

View File

@@ -78,6 +78,10 @@ export const supportedLanguages = [
locale: "ko",
name: "한국어",
},
{
locale: "cs",
name: "Čeština"
},
{
locale: "zh",
name: "简体中文",
@@ -108,4 +112,4 @@ void i18n
detection: {
convertDetectedLanguage: (lng) => lng.split("-")[0],
},
})
})