mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-01-05 21:37:06 +01:00
Do not treat missing translations as errors
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
This commit is contained in:
parent
57a89c4a77
commit
dcd27919a2
@ -47,6 +47,7 @@ android {
|
||||
|
||||
lintOptions {
|
||||
baselineFile file("lint-baseline.xml")
|
||||
warning 'MissingTranslation'
|
||||
abortOnError true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user