From 06699127e492d4e5fe3317bc4198cb7c416d4bd9 Mon Sep 17 00:00:00 2001 From: steveoni Date: Thu, 3 Dec 2020 14:05:31 +0100 Subject: [PATCH] [config][s]: remove en-US from the i18n configuration, since github action is not using the mock data --- packages/portal/next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/portal/next.config.js b/packages/portal/next.config.js index ab507a6f..f4e559a2 100644 --- a/packages/portal/next.config.js +++ b/packages/portal/next.config.js @@ -37,8 +37,8 @@ module.exports = (phase, { defaultConfig }) => { } return { i18n: { - locales: ['en-US', 'fr', 'nl-NL'], - defaultLocale: 'en-US', + locales: ['en', 'fr', 'nl-NL'], + defaultLocale: 'en', }, publicRuntimeConfig: { DMS: dms ? dms.replace(/\/?$/, '') : 'https://demo.ckan.org',