Browse Source

Stop IDE from complaining about missing translations

arkon 4 years ago
parent
commit
f4be8e28ca
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/build.gradle

+ 3 - 0
app/build.gradle

@@ -100,6 +100,9 @@ android {
     }
 
     lintOptions {
+        disable 'MissingTranslation'
+        disable 'ExtraTranslation'
+
         abortOnError false
         checkReleaseBuilds false
     }