fix review

This commit is contained in:
goapunk
2018-05-29 16:07:16 +02:00
parent 75e910e1d9
commit 695b543ba9
4 changed files with 16 additions and 9 deletions

View File

@@ -295,7 +295,7 @@ task verifyTranslations {
def folders = ["default", "en-US"]
new File("briar-android/src/main/res").eachDir { dir ->
if (dir.name.startsWith("values-")) {
if (dir.name.startsWith("values-") && !dir.name.endsWith("night")) {
folders.add(dir.name.substring(7).replace("-r", "-"))
}
}