Configure the app locale.

This commit is contained in:
Jayden Seric 2021-02-10 00:26:02 +11:00
parent aec1a284be
commit 186748ed55

View File

@ -2,4 +2,8 @@ module.exports = {
env: {
API_URI: process.env.API_URI,
},
i18n: {
locales: ['en-US'],
defaultLocale: 'en-US',
},
};