mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-13 00:05:08 +01:00
disable missing translations in dev
This commit is contained in:
parent
6a5770b913
commit
42e2e60645
@ -66,6 +66,9 @@ android {
|
|||||||
}
|
}
|
||||||
create("dev") {
|
create("dev") {
|
||||||
resConfig("en")
|
resConfig("en")
|
||||||
|
lintOptions {
|
||||||
|
disable("MissingTranslation")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user