mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 17:30:16 +01:00
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:
parent
7abc5bc670
commit
6c16e910e7
4 changed files with 244 additions and 0 deletions
|
|
@ -267,4 +267,5 @@ export default {
|
|||
com_nav_lang_russian: 'Русский',
|
||||
com_nav_lang_japanese: '日本語',
|
||||
com_nav_lang_swedish: 'Svenska',
|
||||
com_nav_lang_korean: '한국어',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue