Skip to content

Commit

Permalink
Bumped to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mallocator committed Apr 3, 2016
1 parent 1794fb0 commit ab7e844
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-international",
"version": "1.0.4",
"version": "1.0.5",
"description": "A gulp plugin that creates multi language versions of your source files",
"license": "Apache-2.0",
"homepage": "http://github.com/mallocator/gulp-international",
Expand Down
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,4 +348,5 @@ Maybe I'll implement these one day, maybe not.
* Warn about unused translation strings
* Make translations available as environment variables in jade/js/coffeescript/etc. (although you can already replace strings anywhere)
* Support streams... although that seems like a pain to implement
* Support printing of token trees if they are nested (as a json object that can e.g. be parsed by another script)
* Support printing of token trees if they are nested (as a json object that can e.g. be parsed by another script... although at this
point you might just as well include the original source file and not have it run through here.)

0 comments on commit ab7e844

Please sign in to comment.