mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-03-01 06:34:08 +08:00
12 lines
212 B
TypeScript
12 lines
212 B
TypeScript
![]() |
import 'react-i18next'
|
||
|
import enUS from './locales/en-us.json'
|
||
|
|
||
|
declare module 'react-i18next' {
|
||
|
interface CustomTypeOptions {
|
||
|
resources: {
|
||
|
'en-US': typeof enUS
|
||
|
'zh-CN': typeof enUS
|
||
|
}
|
||
|
}
|
||
|
}
|