ad_localize
ad_localize copied to clipboard
Android strings contain double quotes
Hello, when I try to generate Android strings.xml files, all texts are surrounded by double quotes.
<string name="test_string">"Test string"</string>
How can I make ad_localize put the values without double quotes?
Thanks