Closed lexesj closed 11 months ago
Hi @lexesjan
thanks a lot for your PR. It's currently under review and i hope to accept it and update the npm package tomorrow.
Just to notify you: We published the changes in the new 1.0.4 version of the package on npm yesterday. Thanks again for your contribution.
Aweosme, thank you so much!
If the translation in the
resx
contained a single quote, the outputjson
file will contain the single quotes but escaped. I believe this is not intended. This PR removes the escaping of the single quotes.For example...
Input resx:
Output json:
After applying the fix, the quotes are no longer escaped.
Output json: