update message compiler

crowdin removed the comment line
pull/6032/head
Thibault Duplessis 2020-02-14 12:27:20 -06:00
parent e169fa2f89
commit bfa9bdafd6
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ ${puts mkString "\n"}
}
private def isFileEmpty(file: File) = {
!file.exists() || Source.fromFile(file, "UTF-8").getLines.drop(2).next == "<resources></resources>"
!file.exists() || Source.fromFile(file, "UTF-8").getLines.drop(1).next == "<resources></resources>"
}
private def packageName(db: String) = if (db == "class") "clas" else db