We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1554a commit e3e995bCopy full SHA for e3e995b
1 file changed
app/lint.xml
@@ -5,4 +5,9 @@
5
6
<!-- We don't care about MissingTranslation since it's handled by weblate. -->
7
<issue id="MissingTranslation" severity="ignore" />
8
+
9
+ <!-- We only care about the source language here. -->
10
+ <issue id="StringFormatInvalid">
11
+ <ignore path="**/res/values-*/**" />
12
+ </issue>
13
</lint>
0 commit comments