Ignore extra translations
diff --git a/app/lint.xml b/app/lint.xml
index db997a5..f70fd2b 100644
--- a/app/lint.xml
+++ b/app/lint.xml
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="MissingTranslation" severity="ignore" />
+ <issue id="ExtraTranslation" severity="ignore" />
</lint>
diff --git a/contactsbackup/lint.xml b/contactsbackup/lint.xml
index efc193a..70f395e 100644
--- a/contactsbackup/lint.xml
+++ b/contactsbackup/lint.xml
@@ -5,4 +5,5 @@
-->
<lint>
<issue id="MissingTranslation" severity="ignore" />
+ <issue id="ExtraTranslation" severity="ignore" />
</lint>
diff --git a/storage/lint.xml b/storage/lint.xml
index efc193a..70f395e 100644
--- a/storage/lint.xml
+++ b/storage/lint.xml
@@ -5,4 +5,5 @@
-->
<lint>
<issue id="MissingTranslation" severity="ignore" />
+ <issue id="ExtraTranslation" severity="ignore" />
</lint>