From acf8b83b1afbb38e2761617106796cbd1120cb90 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Wed, 2 Feb 2022 18:53:16 +0000 Subject: [PATCH] added cz to dropdown (#1688) * added cz to dropdown * Update next-i18next.config.js --- next-i18next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next-i18next.config.js b/next-i18next.config.js index db9f37cd..e5dcb7ec 100644 --- a/next-i18next.config.js +++ b/next-i18next.config.js @@ -22,6 +22,7 @@ module.exports = { "ar", "iw", "zh-CN", + "cs", ], }, localePath: path.resolve("./public/static/locales"),