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

Warn on "%d %d" instead of "%1$d %2$d", etc. #38

Closed stevelandeyasana closed 1 year ago

stevelandeyasana commented 2 years ago

Failing to provide explicit positions can result in translators reordering values without you noticing.

stevelandeyasana commented 1 year ago

Fixed by #47

stevelandeyasana commented 1 year ago

Whoops, I only fixed this for stringsdict files, not strings.

stevelandeyasana commented 1 year ago

Fixed by #48.