Skip to content

Commit bcd9129

Browse files
committed
lint: Supress more translation related errors
They should be fixed by translators or weblate in general. ../../src/main/res/values-lt/strings.xml:87: For locale "lt" (Lithuanian) the following quantity should also be defined: many (e.g. "1.1 obuolio") ../../src/main/res/values-is/strings.xml:318: The quantity 'one' matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not include a formatting argument (such as %d). This is usually an internationalization error. See full issue explanation for more. Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
1 parent 6492bc2 commit bcd9129

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/lint.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@
55
-->
66
<lint>
77
<issue id="MissingTranslation" severity="ignore" />
8+
<issue id="MissingQuantity" severity="ignore" />
9+
<issue id="ImpliedQuantity" severity="ignore" />
810
</lint>

0 commit comments

Comments
 (0)