Commit ee133e8990ae978be09b18ccd56be4a7f808db2e

Authored by Adhidarma Hadiwinoto
1 parent a96439b4b6
Exists in master

moment locale

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -13,4 +13,6 @@ if (!fs.existsSync(configFile)) {
13 13  
14 14 const config = require(configFile);
15 15  
  16 +moment.locale(config.moment_locale || 'id');
  17 +
16 18 module.exports = config;