Closed ZuBB closed 5 years ago
I understand that this PR may not be merged. I still need this code for my project and am willing to share it in case someone else want to use..
I can live with this. From experience I can say though: this might bite you, be careful, results aren't always great.
I can live with this. From experience I can say though: this might bite you, be careful, results aren't always great.
Thanks for warning @rubenv. We will keep that in mind
Any chance to release this changes as new minor(or patch) version so grunt-angular-gettext
will pick it up?
Done, released to NPM as v2.4.2
. Enjoy!
thanks a lot @rubenv! you just saved a world from 2 more forks 😃
In my case final JSON dictionary is "composed" from two sources:
.po
file that came from translator and another.po
file (with just extracted strings) filled with auto-translated strings. So I need dedicated option to deal with this case. Code is written in manner that does not require any changes for existing users