1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-02-18 04:30:48 +01:00

Ignore quantity errors in translations

This commit is contained in:
Óscar García Amor 2021-04-27 19:13:27 +02:00
parent f9dcc62ed7
commit 1c58062496
No known key found for this signature in database
GPG Key ID: E18B2370D3D566EE

View File

@ -48,6 +48,7 @@ android {
lintOptions {
baselineFile file("lint-baseline.xml")
warning 'MissingTranslation'
warning 'ImpliedQuantity'
abortOnError true
}