Add Russian translation (#2014)

* feat(i18n): add Russian translation

* Corrected the AI translation

Подправил AI перевод

* fix: format ru.json
This commit is contained in:
Maksim M.
2025-07-10 10:53:03 +03:00
committed by GitHub
parent 90b9ba15ec
commit cd0a9b8e33
3 changed files with 244 additions and 0 deletions
+2
View File
@@ -2,6 +2,7 @@ import en from './locales/en.json';
import uk from './locales/uk.json';
import fr from './locales/fr.json';
import de from './locales/de.json';
import ru from './locales/ru.json';
import zhhk from './locales/zh-HK.json';
import zhcn from './locales/zh-CN.json';
import ko from './locales/ko.json';
@@ -14,6 +15,7 @@ export default defineI18nConfig(() => ({
uk,
fr,
de,
ru,
'zh-HK': zhhk,
'zh-CN': zhcn,
ko,