From eb00d151b76a4cd0e7ffbeaafd8181672f9397cf Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Wed, 18 Sep 2024 11:06:31 -0400 Subject: [PATCH] added locale to the config file --- next-i18next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next-i18next.config.js b/next-i18next.config.js index 76fa647..00101a8 100644 --- a/next-i18next.config.js +++ b/next-i18next.config.js @@ -7,6 +7,7 @@ module.exports = { "it", "fr", "zh", + "zh-TW", "uk", "pt-BR", "ja",