feat(i18n): enable Japanese translation

This commit is contained in:
kolaente 2023-06-21 20:15:48 +02:00
parent 7148b56eea
commit 9c8266fb0d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

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