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

Compare strings files 1-to-1 instead of all-to-all (fix #24) #27

Closed stevelandeyasana closed 2 years ago

stevelandeyasana commented 2 years ago

Instead of aggregating all .strings entries into one big list per lproj package, compare each to its similarly-named counterpart.

Fixes #24.