We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f8f83 commit 7b168acCopy full SHA for 7b168ac
1 file changed
modules/momentWithLocale.js
@@ -1,3 +1,3 @@
1
-require('moment/locale/ru');
+require('moment/locale/' + process.env.NODE_LANG);
2
3
module.exports = require('moment');
0 commit comments