Skip to content

Commit

Permalink
Merge pull request #7 from stefanor/node-gettext-1.x
Browse files Browse the repository at this point in the history
Upgrade to node-gettext 1.x
  • Loading branch information
beck committed Apr 14, 2016
2 parents 604d6a3 + 917860e commit 7e1d940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
],
"dependencies": {
"lodash-node": "2.4.x",
"node-gettext": "0.2.x"
"node-gettext": "1.x"
},
"devDependencies": {
"cover-child-process": "0.1.x",
Expand Down
1 change: 1 addition & 0 deletions tasks/statici18n.js
Expand Up @@ -47,6 +47,7 @@ module.exports = function statici18n(grunt) {
var content = fs.readFileSync(po);
gt.addTextdomain(lang, content);
});
gt.addTextdomain('_default', null);
};

var getLocales = function() {
Expand Down

0 comments on commit 7e1d940

Please sign in to comment.