mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 09:50:15 +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
|
|
@ -95,6 +95,7 @@ export const LangSelector = ({
|
|||
<option value="ru-RU">{localize('com_nav_lang_russian')}</option>
|
||||
<option value="ja-JP">{localize('com_nav_lang_japanese')}</option>
|
||||
<option value="sv-SE">{localize('com_nav_lang_swedish')}</option>
|
||||
<option value="ko-KR">{localize('com_nav_lang_korean')}</option>
|
||||
</select>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue