feat(admin): Add Korean language support (#5769)
* Add Korean language support * Add to docs * Create angry-eels-guess.md --------- Co-authored-by: olivermrbl <oliver@mrbltech.com> Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
6
.changeset/angry-eels-guess.md
Normal file
6
.changeset/angry-eels-guess.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"@medusajs/admin-ui": patch
|
||||
"@medusajs/admin": patch
|
||||
---
|
||||
|
||||
feat(admin): Add Korean language support
|
||||
2011
packages/admin-ui/ui/public/locales/ko/translation.json
Normal file
2011
packages/admin-ui/ui/public/locales/ko/translation.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -65,6 +65,10 @@ export const supportedLanguages = [
|
||||
{
|
||||
locale: "ru",
|
||||
name: "Русский"
|
||||
},
|
||||
{
|
||||
locale: "ko",
|
||||
name: "한국어"
|
||||
}
|
||||
].sort((a, b) => a.locale.localeCompare(b.locale))
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@ Languages listed in this section are contributed by the Medusa community. So, th
|
||||
- Hindi
|
||||
- Hrvatski
|
||||
- Italiano
|
||||
- 한국어
|
||||
- Polski
|
||||
- Русский
|
||||
- Tamil
|
||||
|
||||
Reference in New Issue
Block a user