txty-io / texterify

The translation and localization management system.
https://texterify.com
Other
171 stars 14 forks source link

Option to normalize placeholders #75

Open chrztoph opened 2 years ago

chrztoph commented 2 years ago

Platforms have sometimes different ways of displaying placeholders. For example, iOS uses %@ whereas Android uses %s and %d. The export method should automatically use the right placeholder for the platform.

Thanks @Nonouf for the feedback.

chrztoph commented 2 years ago

See #72.