Asana / locheck

Validate iOS, Android, and Mac localizations. Find errors in .strings, .stringsdict, and strings.xml files.
MIT License
96 stars 10 forks source link

Report line numbers for problems in XML files #10

Closed stevelandeyasana closed 2 years ago

stevelandeyasana commented 2 years ago

I have an open PR to add line numbers to SwiftyXMLParser. We can use my fork or wait until they land the change, then start propagating line numbers for XML errors.

Alternatively, we could just copy in the Parser and Element classes from SwiftyXMLParser, since that's all we use.