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