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
+5
View File
@@ -49,6 +49,11 @@ export default defineNuxtConfig({
language: 'de-DE',
name: 'Deutsch',
},
{
code: 'ru',
language: 'ru-RU',
name: 'Русский',
},
{
code: 'zh-HK',
language: 'zh-HK',