Asana / locheck

Validate iOS, Android, and Mac localizations. Find errors in .strings, .stringsdict, and strings.xml files.
MIT License
97 stars 11 forks source link

What is the "right" way to increment implicitly positioned arguments? #7

Closed stevelandeyasana closed 3 years ago

stevelandeyasana commented 3 years ago

Consider this string:

Number two: %2$d, number ??: %d

Does %d use argument 1, or argument 2?

stevelandeyasana commented 3 years ago

Answer: argument 1! So there's a bug.