feat(localization): add Korean language support (#1005)

* feat(localization): add Korean language support

* feat(Nav): add Korean language option to General Settings (#20)

* feat(localization): add Korean language support

* refactor(localization): remove unused translations in Korean language file

* feat(localization): update Korean translations

* refactor(localization): update Korean translations in Ko.tsx
This commit is contained in:
Youngwook Kim 2023-09-27 00:19:28 +09:00 committed by GitHub
parent 7abc5bc670
commit 6c16e910e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 244 additions and 0 deletions

View file

@ -267,4 +267,5 @@ export default {
com_nav_lang_russian: 'Русский',
com_nav_lang_japanese: '日本語',
com_nav_lang_swedish: 'Svenska',
com_nav_lang_korean: '한국어',
};