transifex / transifex-java

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

Ignore String references when parsing Android XML resources #30

Closed Petrakeas closed 3 years ago

Petrakeas commented 3 years ago

StringXMLConverter ignores strings that reference other strings. For example, "@string/bar" will be ignored.

The XML string used in the unit test, now contains a string with a string reference.