What's the usage of <skip /> in Android application source strings.xml? -
in strings.xml file, see this:
<skip /> <string name="recentmissed" msgid="3566738938889333307">"buraxılmış zəng yoxdur"</string> ... <skip />
but still see gradle build these "skipped" lines, example build error:
app/src/main/res/values-az-raz/strings.xml:156: error: "recentmissed" translated here not found in default locale [extratranslation]
is there explain me what's usage "skip" keyword in strings.xml? thanks.
i know simple method fix these build error remove these "skipped" lines source. purpose learn "skip" usage.
Comments
Post a Comment