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

Fix implicit positions error message with correct explicit formatting. #49

Closed TomerHacohen closed 1 year ago

TomerHacohen commented 1 year ago

As documented by apple the correct explicit position formatting is n$, and not $n.

This PR fixes error messages accordingly.

stevelandeyasana commented 1 year ago

The tests fail, so I'm going to close this and open a fresh PR.