android-stem
android-stem copied to clipboard
Plugin is not considering style elements like <b></b> inside strings
When specifying the string as below:
<string name="need_location_permission">${app_name} requires access to your <b>location</b> to fetch data. Please grant this permission to continue.</string>
It is converted to:
<string name="need_location_permission">Telephram requires access to your location to find people nearby. Please grant this permission to continue.</string>
The styling data is lost.