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:
iweurman
2023-12-03 22:40:15 +09:00
committed by GitHub
parent fd317f1a6b
commit f20d484b23
4 changed files with 2022 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
"@medusajs/admin-ui": patch
"@medusajs/admin": patch
---
feat(admin): Add Korean language support

File diff suppressed because it is too large Load Diff

View File

@@ -65,6 +65,10 @@ export const supportedLanguages = [
{
locale: "ru",
name: "Русский"
},
{
locale: "ko",
name: "한국어"
}
].sort((a, b) => a.locale.localeCompare(b.locale))

View File

@@ -28,6 +28,7 @@ Languages listed in this section are contributed by the Medusa community. So, th
- Hindi
- Hrvatski
- Italiano
- 한국어
- Polski
- Русский
- Tamil