From 256305eb6bb14717392ba2c9cb2f4b8747849630 Mon Sep 17 00:00:00 2001 From: Alex van Andel Date: Tue, 2 Nov 2021 16:15:57 +0000 Subject: [PATCH] Changed 'jp' to 'ja' (#1110) --- next-i18next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next-i18next.config.js b/next-i18next.config.js index 451cffcb..6ab76d68 100644 --- a/next-i18next.config.js +++ b/next-i18next.config.js @@ -4,7 +4,7 @@ const path = require("path"); module.exports = { i18n: { defaultLocale: "en", - locales: ["en", "fr", "it", "ru", "es", "de", "pt", "ro", "nl", "pt-BR", "es-419", "ko", "jp"], + locales: ["en", "fr", "it", "ru", "es", "de", "pt", "ro", "nl", "pt-BR", "es-419", "ko", "ja"], }, localePath: path.resolve("./public/static/locales"), };