mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
update
This commit is contained in:
parent
32050e4553
commit
6aee8ae38e
41 changed files with 523 additions and 415 deletions
|
|
@ -4,7 +4,7 @@ import zhCN from './locales/zh-cn.json'
|
|||
import enUS from './locales/en-us.json'
|
||||
|
||||
export const supportedLanguages = ['zh-CN', 'en-US'] as const
|
||||
export type SupportedLanguage = typeof supportedLanguages[number]
|
||||
export type SupportedLanguage = (typeof supportedLanguages)[number]
|
||||
|
||||
declare module 'react-i18next' {
|
||||
interface CustomTypeOptions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue