feat(i18n): enable Japanese translation
This commit is contained in:
parent
7148b56eea
commit
9c8266fb0d
@ -17,6 +17,7 @@ export const SUPPORTED_LOCALES = {
|
||||
'no-NO': 'Norsk Bokmål',
|
||||
'es-ES': 'Español',
|
||||
'da-DK': 'Dansk',
|
||||
'ja-JP': '日本語',
|
||||
} as const
|
||||
|
||||
export type SupportedLocale = keyof typeof SUPPORTED_LOCALES
|
||||
|
Loading…
x
Reference in New Issue
Block a user