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:
5
.changeset/cyan-chicken-roll.md
Normal file
5
.changeset/cyan-chicken-roll.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/admin-ui": patch
|
||||
---
|
||||
|
||||
feat(admin-ui): Add Czech translation
|
||||
1942
packages/admin-ui/ui/public/locales/cs/translation.json
Normal file
1942
packages/admin-ui/ui/public/locales/cs/translation.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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],
|
||||
},
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user