mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-03-09 14:37:58 +00:00
chore: Update index.ts (#1570)
* Update index.ts Added russian translation * fix: locale name --------- Co-authored-by: Redon <790348264@qq.com>
This commit is contained in:
parent
89f78bd4c7
commit
838679f837
@ -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'
|
||||
|
||||
@ -20,6 +21,7 @@ const i18n = createI18n({
|
||||
'ko-KR': koKR,
|
||||
'zh-CN': zhCN,
|
||||
'zh-TW': zhTW,
|
||||
'ru-RU': ruRU,
|
||||
},
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user