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…
Reference in New Issue