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

Workflow improvements & Android correctness #29

Closed stevelandeyasana closed 2 years ago

stevelandeyasana commented 2 years ago
  1. "string_has_extra_arguments" -> "phrase_has_extra_arguments" (was a typo)
  2. "phrase_has_missing_arguments" is now an error instead of a warning, since this problem causes a runtime crash
  3. Display base string and translation in summary output so engineers can make bug reports more conveniently