SW details
- IDE version: Android Studio Arctic Fox 2020.3.1
- Plug-in Version: 2.2.1 - 2.4.0
Summary and background of the bug
Html based strings wrapped by <![CDATA[ ]]> on POEditor are imported without <![CDATA[ ]]> via plugin
Steps to reproduce
Steps to reproduce the behavior:
- Add html based string to POEditor project
e.g: <![CDATA[Some text<a href="%1$s">Link</a> text text]]> - Import the strings in to project
<![CDATA[ ]]> is missed
e.g:
<string name="test_string_id">"Some text<a href="%1$s">Link</a> text text"</string>
Expected behavior
Imported strings should contain <![CDATA[ ]]>
Current behavior
<![CDATA[ ]]> is missed
Additional context
When strings are exported via POEditor web page, they contain <![CDATA[ ]]>