Asana / locheck

Validate iOS, Android, and Mac localizations. Find errors in .strings, .stringsdict, and strings.xml files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Report line numbers for problems in XML files

stevelandeyasana opened this issue · comments

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.