Skip to content

Commit

Permalink
Added "&" as delimiter to support html entities
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-nextbit committed Apr 1, 2016
1 parent f6a6245 commit 9beb715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var defaults = {
locales: './locales',
delimiter: {
prefix: 'R.',
stopCondition: /[\-;,<>\{}()\[\]"'\s$]/
stopCondition: /[\-;,<>\{}()\[\]"'\s&$]/
},
filename: '${path}/${name}-${lang}.${ext}',
blacklist: [],
Expand Down
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.0",
"version": "1.0.1",
"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

0 comments on commit 9beb715

Please sign in to comment.