This commit is contained in:
qier222 2023-09-04 12:51:56 +08:00
parent 32050e4553
commit 6aee8ae38e
No known key found for this signature in database
41 changed files with 523 additions and 415 deletions

View file

@ -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 {