Add ru to locale list (#1218)

This commit is contained in:
Chenlei Hu
2024-10-11 10:43:10 -04:00
committed by GitHub
parent 8ebb51b9a3
commit f96f08be32

View File

@@ -263,7 +263,7 @@ export const CORE_SETTINGS: SettingParams[] = [
id: 'Comfy.Locale',
name: 'Locale',
type: 'combo',
options: ['en', 'zh'],
options: ['en', 'zh', 'ru'],
defaultValue: navigator.language.split('-')[0] || 'en'
},
{