From b563bac1a7e88e91499a1f51c7c5cc294393802f Mon Sep 17 00:00:00 2001 From: milospuac <97884287+milospuac@users.noreply.github.com> Date: Tue, 15 Feb 2022 12:40:06 +0100 Subject: [PATCH] Added Serbian (#1851) Co-authored-by: Peer Richelsen --- apps/web/next-i18next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/next-i18next.config.js b/apps/web/next-i18next.config.js index 7aa91c27..f117751e 100644 --- a/apps/web/next-i18next.config.js +++ b/apps/web/next-i18next.config.js @@ -24,6 +24,7 @@ module.exports = { "zh-CN", "zh-TW", "cs", + "sr", ], }, localePath: path.resolve("./public/static/locales"),