[config][s]: remove en-US from the i18n configuration, since github action is not using the mock data
This commit is contained in:
parent
b9cd887369
commit
06699127e4
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user