diff --git a/src/i18n/index.ts b/src/i18n/index.ts index 25bd8fe39..10a9e08b2 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -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