Extraction & futher translation of the string like this one, works fine:
This is somethign & else
But for string like the following one extraction would work, but translation would not:
This is a string with → an arrow!
Workaround for now would be using special symbols directly in a source code:
This is a string with → an arrow!
So clearly there is a problem with &xxx; symbols.
Extraction & futher translation of the string like this one, works fine:
But for string like the following one extraction would work, but translation would not:
Workaround for now would be using special symbols directly in a source code:
So clearly there is a problem with
&xxx;symbols.