grunt-static-i18n
Advanced tools
Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "grunt-static-i18n", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Grunt plugin to translate static assets.", | ||
"homepage": "https://github.com/beck/grunt-static-i18n", | ||
"repository": "https://github.com/beck/grunt-static-i18n", | ||
"author": { | ||
"name": "Douglas Beck", | ||
"email": "doug@douglasbeck.com", | ||
"url": "douglasbeck.com" | ||
}, | ||
"author": "Doug Beck <doug@douglasbeck.com>", | ||
"contributors": [ | ||
"Stefano Rivera <stefano@rivera.za.net>", | ||
"Yola Engineering <engineering@yola.com>" | ||
], | ||
"keywords": [ | ||
@@ -26,3 +26,3 @@ "gruntplugin" | ||
"lodash-node": "2.4.x", | ||
"node-gettext": "0.2.x" | ||
"node-gettext": "1.x" | ||
}, | ||
@@ -29,0 +29,0 @@ "devDependencies": { |
@@ -113,13 +113,3 @@ # Static Internationalization | ||
## Release History | ||
* 0.3.2 - capture errors when compiling large templates | ||
* 0.3.1 - add text domain to options | ||
* 0.3.0 - fix issue with locale discovery | ||
* 0.2.0 - quote translated text when rendering javascript | ||
* 0.1.0 - render non-language defaults to destination | ||
* 0.0.2 - add coverage reporting | ||
* 0.0.1 - initial release | ||
## License | ||
Copyright (c) 2014 Douglas Beck. Licensed under the MIT license. |
@@ -50,2 +50,3 @@ /* | ||
}); | ||
gt.addTextdomain('_default', null); | ||
}; | ||
@@ -52,0 +53,0 @@ |
19815
19
412
115
+ Addedencoding@0.1.13(transitive)
+ Addedgettext-parser@1.4.0(transitive)
+ Addediconv-lite@0.6.3(transitive)
+ Addednode-gettext@1.1.0(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
- Removediconv@3.0.1(transitive)
- Removednode-gettext@0.2.14(transitive)
Updatednode-gettext@1.x