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

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -