Add Russian translation (#2014)
* feat(i18n): add Russian translation * Corrected the AI translation Подправил AI перевод * fix: format ru.json
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user