From 75d5061bdfea68c45cc7584dcfcf8854599bea0c Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Thu, 12 Sep 2024 16:52:26 -0400 Subject: [PATCH] minor fix --- next-i18next.config.js | 2 +- public/locales/{jp => ja}/common.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename public/locales/{jp => ja}/common.json (100%) diff --git a/next-i18next.config.js b/next-i18next.config.js index 7855244..6d95c4c 100644 --- a/next-i18next.config.js +++ b/next-i18next.config.js @@ -2,7 +2,7 @@ module.exports = { i18n: { defaultLocale: "en", - locales: ["en", "it", "fr", "zh"], + locales: ["en", "it", "fr", "zh", "ja"], }, reloadOnPrerender: process.env.NODE_ENV === "development", }; diff --git a/public/locales/jp/common.json b/public/locales/ja/common.json similarity index 100% rename from public/locales/jp/common.json rename to public/locales/ja/common.json