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:
parent
f9dcc62ed7
commit
1c58062496
@ -48,6 +48,7 @@ android {
|
||||
lintOptions {
|
||||
baselineFile file("lint-baseline.xml")
|
||||
warning 'MissingTranslation'
|
||||
warning 'ImpliedQuantity'
|
||||
abortOnError true
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user