From 41dc01ea3c26d72e77402ae0998ff54681123fcc Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Fri, 22 Apr 2022 20:40:40 +0200 Subject: [PATCH] Update next-i18next.config.js (#2568) --- 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 336d25a896..13d4653908 100644 --- a/apps/web/next-i18next.config.js +++ b/apps/web/next-i18next.config.js @@ -26,6 +26,7 @@ module.exports = { "sr", "sv", "vi", + "hu", ], }, localePath: path.resolve("./public/static/locales"),