Skip to content
Snippets Groups Projects

Allow missing and extra translations

Merged akwizgran requested to merge allow-missing-translations into main
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -64,6 +64,10 @@ android {
exclude 'META-INF/licenses/*'
exclude '**/attach_hotspot_windows.dll'
}
lintOptions {
warning 'MissingTranslation'
warning 'ExtraTranslation'
}
}
configurations {
Loading