Ios strings parser not accounting for quotes

I'm using Studio 2017 and translating an iOS strings file.

Typically it's a list of "label" = "value"; pairs. But this list has entries like "label" = "some \"quoted\" value"; 

The regexp used in the parser can't handle quotes in the value, so it skips these entries altogether. Has SDL updated their parser since then? It's basically a regexp change, but I'm not great with regexps. Would appreciate any help.

emoji
Parents Reply Children
No Data