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

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