mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Merge branch 'warn_on_extra_translation' into 'master'
Show a warning instead of throwing an error for unused translations See merge request !561
This commit is contained in:
@@ -106,5 +106,6 @@ android {
|
||||
lintOptions {
|
||||
warning 'MissingTranslation'
|
||||
warning 'ImpliedQuantity'
|
||||
warning 'ExtraTranslation'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user