chore: russian translation updated (#2600)

This commit is contained in:
Anmol Singh Bhatia
2025-02-25 13:54:29 +05:30
committed by GitHub
parent 0707af3dd4
commit 23b3adddf7
2 changed files with 1086 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -180,6 +180,8 @@ export class TranslationStore {
return import("../locales/ja/translations-extended.json");
case "zh-CN":
return import("../locales/zh-CN/translations-extended.json");
case "ru":
return import("../locales/ru/translations-extended.json");
default:
throw new Error(`Unsupported language: ${language}`);
}