From f96f08be3278221cabd370dbb3c3b9a918bbb7d6 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Fri, 11 Oct 2024 10:43:10 -0400 Subject: [PATCH] Add ru to locale list (#1218) --- src/stores/coreSettings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/coreSettings.ts b/src/stores/coreSettings.ts index 99b758189..b4623cd78 100644 --- a/src/stores/coreSettings.ts +++ b/src/stores/coreSettings.ts @@ -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' }, {