AndroidLocalizationer
AndroidLocalizationer copied to clipboard
Comments should not be translated
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>