mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-05-19 00:36:35 +03: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 {
|
lintOptions {
|
||||||
baselineFile file("lint-baseline.xml")
|
baselineFile file("lint-baseline.xml")
|
||||||
|
warning 'MissingTranslation'
|
||||||
abortOnError true
|
abortOnError true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user