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

Validate string-arrays in Android XML (fix #35) #36

Closed stevelandeyasana closed 2 years ago

stevelandeyasana commented 2 years ago

<string-array> is now parsed correctly in Android strings XML files. Item count is checked, but format specifiers are not.

stevelandeyasana commented 2 years ago

Thanks for the suggestion @nbleiberg, I'll cut a release shortly with this change.

nbleiberg commented 2 years ago

Works nicely TY !