mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-01-03 13:41:57 +01:00
Stop IDE from complaining about missing translations
This commit is contained in:
parent
e17605f8d9
commit
f4be8e28ca
@ -100,6 +100,9 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
|
disable 'MissingTranslation'
|
||||||
|
disable 'ExtraTranslation'
|
||||||
|
|
||||||
abortOnError false
|
abortOnError false
|
||||||
checkReleaseBuilds false
|
checkReleaseBuilds false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user