Fix gradle path
This commit is contained in:
parent
d1485e7e0d
commit
8aefb85408
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ task updateNoTranslate(type: Copy) {
|
|||
task validateTranslate {
|
||||
println "Validating translations"
|
||||
|
||||
new java.io.File("res").eachFileRecurse groovy.io.FileType.FILES, {
|
||||
new java.io.File("OsmAnd/res").eachFileRecurse groovy.io.FileType.FILES, {
|
||||
if(it.name == "strings.xml" || it.name == "phrases.xml") {
|
||||
it.eachLine { line ->
|
||||
if( line.contains("\$ s") || line.contains("\$ d") || line.contains("\$ f") ||
|
||||
|
|
Loading…
Reference in a new issue