Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit a2f72c8

Browse files
authored
Update i18n.js
1 parent dc22efa commit a2f72c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/i18n.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { createI18n } from 'vue-i18n'
22
import zh_cn from "../language/zh_cn.json"
33
import en_us from "../language/en_us.json"
4+
import ru_ru from "../language/ru_ru.json"
45

56
const i18n = createI18n({
67
locale: 'en_us',

0 commit comments

Comments
 (0)