Update ru-ru locale (#4522)

* Work on tl

* eslint fix

* Update data-i18n attribute for expand view button

* Add data-i18n to button

---------

Co-authored-by: Yokayo <nonameutubecomm@gmail.com>
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
This commit is contained in:
Yokayo
2025-09-15 00:57:33 +07:00
committed by GitHub
parent 23e5a7ca38
commit 1e05eac7df
9 changed files with 148 additions and 51 deletions
@@ -1705,7 +1705,7 @@ async function loadModels() {
models = await loadStabilityModels();
break;
case sources.huggingface:
models = [{ value: '', text: '<Enter Model ID above>' }];
models = [{ value: '', text: t`<Enter Model ID above>` }];
break;
case sources.electronhub:
models = await loadElectronHubModels();