transifex / transifex-java

Transifex Native Toolkit for Java
Apache License 2.0
19 stars 3 forks source link

Improve handling of "@" #64

Closed Petrakeas closed 7 months ago

Petrakeas commented 7 months ago

We want to ignore strings that reference other strings.

However, our previous rules did not allow for some legitimate usage of the "@" or escaped "\@" character.

This is now improved.

To improve the checks, the xml text prion the un-escaping had to be exposed. This resulted to a small refactoring.