From f0c111f02a3e86fde803e28d16abe3ee9453437d Mon Sep 17 00:00:00 2001 From: tkymmm <136296842+tkymmm@users.noreply.github.com> Date: Thu, 6 Mar 2025 13:58:00 +0900 Subject: [PATCH] Update all_locales.go --- pkg/locales/all_locales.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/locales/all_locales.go b/pkg/locales/all_locales.go index 10e20d3d..8260b93f 100644 --- a/pkg/locales/all_locales.go +++ b/pkg/locales/all_locales.go @@ -19,6 +19,9 @@ var AllLanguages = map[string]*LocaleInfo{ "es": { Content: es, }, + "ja": { + Content: ja, + }, "ru": { Content: ru, },