i18next-parser icon indicating copy to clipboard operation
i18next-parser copied to clipboard

feat: add config option to disable the non-printable utf8 escaping

Open cslecours opened this issue 2 years ago • 5 comments

Why am I submitting this PR

In my project, when I run i18next-parser, I get the converted entities, however, my automated translation tool converts them back to the non-escaped sequence.

This has become a little dance where as soon as I merge the translations I get another PR from the service to change it back.

Does it fix an existing ticket?

Yes/No #000

Checklist

  • [x] only relevant code is changed (make a diff before you submit the PR)
  • [ ] tests are included and pass: yarn test (see details here)
  • [x] documentation is changed or added

cslecours avatar Nov 09 '22 22:11 cslecours