Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rtorr committed Nov 12, 2019
1 parent efcee4e commit bdb3bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Expand Up @@ -15,7 +15,7 @@ const app = express();
i18n.configure({
locales,
objectNotation: true,
defaultLocale: 'en',
defaultLocale: 'en_us',
directory
});

Expand Down

0 comments on commit bdb3bff

Please sign in to comment.