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

Be less strict about which files exist #17

Closed stevelandeyasana closed 2 years ago

stevelandeyasana commented 2 years ago
  1. Android values directories may omit strings.xml if they are not the primary language. (Fix #16)
  2. You may pass only one lproj/stringsdict/strings.xml/values file and still have validation happen. (Fix #13)

Incidentally renames Stringsdict to StringsdictFile to match other types.