From 7baedc2f64538efbac644c936d697ce6d8179df7 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Mon, 24 Jan 2022 16:52:53 +0000 Subject: [PATCH] added chinese to i18next config (#1591) --- next-i18next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next-i18next.config.js b/next-i18next.config.js index 8b3e5c8389..db9f37cd43 100644 --- a/next-i18next.config.js +++ b/next-i18next.config.js @@ -21,6 +21,7 @@ module.exports = { "pl", "ar", "iw", + "zh-CN", ], }, localePath: path.resolve("./public/static/locales"),