diff options
Diffstat (limited to 'android')
| -rw-r--r-- | android/config/lint.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/config/lint.xml b/android/config/lint.xml index 475fc9f3d5..8cb65518f3 100644 --- a/android/config/lint.xml +++ b/android/config/lint.xml @@ -1,3 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <lint> + <!-- This lint issue doesn't match our translation workflow. --> + <issue id="MissingTranslation" severity="ignore" /> </lint> |
