Add Russian language support

This commit is contained in:
Erritis
2023-03-28 04:02:56 +03:00
parent 699760713e
commit 2374c81edb
2 changed files with 70 additions and 0 deletions

View File

@@ -54,6 +54,12 @@ export default defineNuxtConfig({
iso: 'zh-CN',
name: '简体中文',
file: 'zh-CN.json',
},
{
code: 'ru',
iso: 'ru-RU',
name: 'Русский',
file: 'ru-RU.json',
}
],
lazy: true,