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 14:40:15 +01:00
committed by GitHub
co-authored by olivermrbl Oli Juhl
parent fd317f1a6b
commit f20d484b23
4 changed files with 2022 additions and 0 deletions
+6
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
+4
View File
@@ -65,6 +65,10 @@ export const supportedLanguages = [
{ {
locale: "ru", locale: "ru",
name: "Русский" name: "Русский"
},
{
locale: "ko",
name: "한국어"
} }
].sort((a, b) => a.locale.localeCompare(b.locale)) ].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 - Hindi
- Hrvatski - Hrvatski
- Italiano - Italiano
- 한국어
- Polski - Polski
- Русский - Русский
- Tamil - Tamil