Ignore extra translations
This commit is contained in:
parent
480d3aa589
commit
923fb51f43
3 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<lint>
|
<lint>
|
||||||
<issue id="MissingTranslation" severity="ignore" />
|
<issue id="MissingTranslation" severity="ignore" />
|
||||||
|
<issue id="ExtraTranslation" severity="ignore" />
|
||||||
</lint>
|
</lint>
|
||||||
|
|
|
@ -5,4 +5,5 @@
|
||||||
-->
|
-->
|
||||||
<lint>
|
<lint>
|
||||||
<issue id="MissingTranslation" severity="ignore" />
|
<issue id="MissingTranslation" severity="ignore" />
|
||||||
|
<issue id="ExtraTranslation" severity="ignore" />
|
||||||
</lint>
|
</lint>
|
||||||
|
|
|
@ -5,4 +5,5 @@
|
||||||
-->
|
-->
|
||||||
<lint>
|
<lint>
|
||||||
<issue id="MissingTranslation" severity="ignore" />
|
<issue id="MissingTranslation" severity="ignore" />
|
||||||
|
<issue id="ExtraTranslation" severity="ignore" />
|
||||||
</lint>
|
</lint>
|
||||||
|
|
Loading…
Reference in a new issue