Skip to content

Releases: mallocator/gulp-international

Improved delimter stop condition

01 Apr 21:59
Compare
Choose a tag to compare

This patch improves the delimiter stop condition to detect any characters that are not part of a normal token. As usual if you want you can always test your own delimiters.

Added "&" to default stop condition

01 Apr 19:32
Compare
Choose a tag to compare

Test coverage is now at 100% and the default stop condition includes "&" so that html entities are used as delimiters as well.
There's probably going to be more updates to the default stop condition once more use cases come up.

First stable release

01 Apr 19:30
Compare
Choose a tag to compare

This version is now being used in production (by myself) and a bunch of new options have made their way in to control the behavior of the plugin.

Caching is back

01 Apr 19:29
Compare
Choose a tag to compare
Caching is back Pre-release
Pre-release

Dictionaries are now cached across different invocations of the plugin. Of course there's an option to disable this behavior.

Files are now in subdirectories

01 Apr 19:28
Compare
Choose a tag to compare
Pre-release

Previously files ignored custom filename definition that included a path. Now additional paths are being respected

MIssing token warnings

01 Apr 19:27
Compare
Choose a tag to compare
Pre-release

More fixes and the option to show warning when tokens are not translated.

CSV Support

01 Apr 19:26
Compare
Choose a tag to compare
CSV Support Pre-release
Pre-release

Added CSV support and fixed a bunch of errors

Initial Release

01 Apr 19:26
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

First proof of concept. Don't use this in production!