android-stem icon indicating copy to clipboard operation
android-stem copied to clipboard

Plugin is not considering style elements like <b></b> inside strings

Open febinmathew opened this issue 1 year ago • 0 comments

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.

febinmathew avatar May 07 '24 10:05 febinmathew