willowtreeapps / vocable-ios

Vocable AAC for iOS - Empowering people to communicate with care takers and loved ones.
https://vocable.app
MIT License
77 stars 20 forks source link

Incorrect localization token format variable #752

Closed Clstroud closed 1 month ago

Clstroud commented 1 month ago

The head_tracking_unsupported_footer localization shows "null" for one of the format variables due to the last value being numbered incorrectly.

It is currently

This %1$@ on %2$@ %3$@ does not support head tracking.

Head tracking is supported on all devices with a %4$@ camera, and on most devices with %6$@.

and should be

This %1$@ on %2$@ %3$@ does not support head tracking.

Head tracking is supported on all devices with a %4$@ camera, and on most devices with %5$@.