Skip to content

Commit 838679f

Browse files
chore: Update index.ts (Chanzhaoyu#1570)
* Update index.ts Added russian translation * fix: locale name --------- Co-authored-by: Redon <[email protected]>
1 parent 89f78bd commit 838679f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/locales/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import enUS from './en-US'
44
import koKR from './ko-KR'
55
import zhCN from './zh-CN'
66
import zhTW from './zh-TW'
7+
import ruRU from './ru-RU'
78
import { useAppStoreWithOut } from '@/store/modules/app'
89
import type { Language } from '@/store/modules/app/helper'
910

@@ -20,6 +21,7 @@ const i18n = createI18n({
2021
'ko-KR': koKR,
2122
'zh-CN': zhCN,
2223
'zh-TW': zhTW,
24+
'ru-RU': ruRU,
2325
},
2426
})
2527

0 commit comments

Comments
 (0)