forked from tuvn86/webapp-conversation
Add Japanese language settings to i18n”
This commit is contained in:
parent
8d21cbc2da
commit
7f24387eef
5 changed files with 184 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue