Basically I have a few %s
type of parameters inside my strings. The translators will often translate that incorrectly, either by not putting it at all or putting % s
or s%
or just something totally different. Is there an easy way for me to find these errors? I know Android Studio knows they are wrong because it marks that when I look at the code using that string.
Thanks.