From bb0524c5590349bb3154cd125233e32fa790e1a4 Mon Sep 17 00:00:00 2001 From: tkymmm <136296842+tkymmm@users.noreply.github.com> Date: Thu, 6 Mar 2025 14:03:28 +0900 Subject: [PATCH] Add japanese --- src/locales/index.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/locales/index.ts b/src/locales/index.ts index 1e60839f..6cb73949 100644 --- a/src/locales/index.ts +++ b/src/locales/index.ts @@ -4,6 +4,7 @@ import es from './es.json'; import vi from './vi.json'; import zhHans from './zh_Hans.json'; import de from './de.json'; +import ja from './ja.json'; export interface LanguageInfo { readonly name: string; @@ -40,6 +41,12 @@ export const ALL_LANGUAGES: Record = { alternativeLanguageTag: 'es', content: es }, + 'ja': { + name: 'Japanese', + displayName: 'Japanese', + alternativeLanguageTag: 'ja-JP', + content: ja + }, 'ru': { name: 'Russian', displayName: 'Русский',