feat: 补全俄语i18n翻译

This commit is contained in:
2025-12-08 17:46:38 +08:00
parent 7223730aee
commit 86a88cf8a1
14 changed files with 271 additions and 97 deletions

9
src/locale/ru/index.ts Normal file
View File

@ -0,0 +1,9 @@
import common from './common.json'
import page from './page'
import units from './units.json'
export default {
common,
units,
page,
}