Skip to content

Commit

Permalink
chore: Update index.ts (Chanzhaoyu#1570)
Browse files Browse the repository at this point in the history
* Update index.ts

Added russian translation

* fix: locale name

---------

Co-authored-by: Redon <[email protected]>
  • Loading branch information
aquaratixc and Chanzhaoyu committed Apr 24, 2023
1 parent 89f78bd commit 838679f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/locales/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import enUS from './en-US'
import koKR from './ko-KR'
import zhCN from './zh-CN'
import zhTW from './zh-TW'
import ruRU from './ru-RU'
import { useAppStoreWithOut } from '@/store/modules/app'
import type { Language } from '@/store/modules/app/helper'

Expand All @@ -20,6 +21,7 @@ const i18n = createI18n({
'ko-KR': koKR,
'zh-CN': zhCN,
'zh-TW': zhTW,
'ru-RU': ruRU,
},
})

Expand Down

0 comments on commit 838679f

Please sign in to comment.