mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-21 06:49:37 +00:00
Add Japanese (ja) locale files and update type definition for supported locales (#1726)
* feat: add locale files for Japanese (ja) * fix: update locale type definition to include all supported languages
This commit is contained in:
@@ -83,7 +83,7 @@ watchEffect(() => {
|
||||
watchEffect(() => {
|
||||
const locale = settingStore.get('Comfy.Locale')
|
||||
if (locale) {
|
||||
i18n.global.locale.value = locale as 'en' | 'zh'
|
||||
i18n.global.locale.value = locale as 'en' | 'zh' | 'ru' | 'ja'
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user