Skip to content
This repository has been archived by the owner on Aug 4, 2018. It is now read-only.

Commit

Permalink
Gradle: ignore translation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
martykan committed Mar 30, 2016
1 parent 7043403 commit 549d33a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platforms/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ android {
}

lintOptions {
disable 'MissingTranslation';
disable 'ExtraTranslation';
abortOnError false;
}

Expand Down

0 comments on commit 549d33a

Please sign in to comment.