Configure the app locale.
This commit is contained in:
parent
aec1a284be
commit
186748ed55
@ -2,4 +2,8 @@ module.exports = {
|
|||||||
env: {
|
env: {
|
||||||
API_URI: process.env.API_URI,
|
API_URI: process.env.API_URI,
|
||||||
},
|
},
|
||||||
|
i18n: {
|
||||||
|
locales: ['en-US'],
|
||||||
|
defaultLocale: 'en-US',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user