mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-24 08:19:51 +00:00
Add support for korea translation (#1830)
* Add support for korea translation * Update locales [skip ci] * Update ko.json * Update locales [skip ci] * Update ko.json --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
This commit is contained in:
@@ -266,7 +266,8 @@ export const CORE_SETTINGS: SettingParams[] = [
|
||||
{ value: 'en', text: 'English' },
|
||||
{ value: 'zh', text: '中文' },
|
||||
{ value: 'ru', text: 'Русский' },
|
||||
{ value: 'ja', text: '日本語' }
|
||||
{ value: 'ja', text: '日本語' },
|
||||
{ value: 'ko', text: '한국어' }
|
||||
],
|
||||
defaultValue: () => navigator.language.split('-')[0] || 'en'
|
||||
},
|
||||
|
||||
1613
src/locales/ko.json
Normal file
1613
src/locales/ko.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user