Skip to content

Commit 7b168ac

Browse files
committed
minor
1 parent 07f8f83 commit 7b168ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/momentWithLocale.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
require('moment/locale/ru');
1+
require('moment/locale/' + process.env.NODE_LANG);
22

33
module.exports = require('moment');

0 commit comments

Comments
 (0)