mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-01-02 20:05:26 +08:00
Add Japanese language settings to i18n”
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
export const i18n = {
|
||||
defaultLocale: 'en',
|
||||
locales: ['en', 'es', 'zh-Hans'],
|
||||
locales: ['en', 'es', 'zh-Hans', 'ja'],
|
||||
} as const
|
||||
|
||||
export type Locale = typeof i18n['locales'][number]
|
||||
|
||||
Reference in New Issue
Block a user