AndroidLocalizationer icon indicating copy to clipboard operation
AndroidLocalizationer copied to clipboard

Comments should not be translated

Open Ludde321 opened this issue 10 years ago • 0 comments

I tried to translate my strings.xml file and it contains some comments like this:

<!-- <string name="hidingAds">Removing all ads</string> -->

Android Localizationer just removed the comment tags:

<string name="hidingAds">Removing all ads</string>

Ludde321 avatar Jan 27 '15 19:01 Ludde321