From 67a81a97dbd799dbf79806491d76b4c1ec046c1e Mon Sep 17 00:00:00 2001 From: ajnart Date: Wed, 1 Nov 2023 03:28:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20locales?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next-i18next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next-i18next.config.js b/next-i18next.config.js index bc98a7768..25846a4dd 100644 --- a/next-i18next.config.js +++ b/next-i18next.config.js @@ -15,7 +15,6 @@ module.exports = { 'it', 'ja', 'ko', - 'lol', 'nl', 'pl', 'pt', @@ -25,7 +24,8 @@ module.exports = { 'vi', 'uk', 'zh', - 'zh-tw', + 'tw', + 'cn', 'el', 'sk', 'no',