From 7fd65ceb8acb43a307089d1e42284cd67a4d843b Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Wed, 6 Apr 2022 15:01:32 +0200 Subject: [PATCH] added vietnamese (#2400) --- 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 b813d8175f..c5dd0dbbef 100644 --- a/apps/web/next-i18next.config.js +++ b/apps/web/next-i18next.config.js @@ -25,6 +25,7 @@ module.exports = { "cs", "sr", "sv", + "vi" ], }, localePath: path.resolve("./public/static/locales"),