Skip to content
Snippets Groups Projects
Commit a8a9b903 authored by akwizgran's avatar akwizgran
Browse files

Merge branch 'warn_on_extra_translation' into 'master'

Show a warning instead of throwing an error for unused translations

See merge request !561
parents a711d6b8 6b15fb89
No related branches found
No related tags found
No related merge requests found
...@@ -106,5 +106,6 @@ android { ...@@ -106,5 +106,6 @@ android {
lintOptions { lintOptions {
warning 'MissingTranslation' warning 'MissingTranslation'
warning 'ImpliedQuantity' warning 'ImpliedQuantity'
warning 'ExtraTranslation'
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment