faberNovel / ad_localize

ADLocalize is a simple way to manage your localization files. Supported wording sources : CSVs and Google Sheets. Localization file generation available for iOS, Android, JSON (i18next), YAML and Java properties
https://rubygems.org/gems/ad_localize
MIT License
24 stars 8 forks source link

Use percent HTML char for escaping '%' on android #49

Closed flolom closed 4 years ago

flolom commented 4 years ago

The '%%' is sometime displayed a '%%' instead of '%'. With the HTML char, it is guaranteed to always work

jvigne commented 4 years ago

@flolom can you provide an example of the bug and one that illustrates the new behavior ?

jvigne commented 4 years ago

@flolom can you update your PR to change android_translation_mapper instead of android_formatter