lint: disable LocaleFolder check

This commit is contained in:
Daniel Martí 2015-10-11 01:42:35 +02:00
parent f1c3e5ee32
commit 603a5b25e4

View File

@ -184,6 +184,9 @@ android {
// Our translations are crowd-sourced // Our translations are crowd-sourced
disable 'MissingTranslation' disable 'MissingTranslation'
// We have locale folders like "values-he" and "values-id" as symlinks
// since some devices ship deprecated locale codes
disable 'LocaleFolder'
} }
} }