Skip to content

Commit

Permalink
Stop trying translation when no keys were found.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Weiser committed Apr 25, 2017
1 parent d446647 commit 9b0c5fb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ public void transformFiles(final File baseDir) {
transformFileList(baseDir.getAbsolutePath(), stylesheetFile, sources, outputs);
}
}
} else {
// No keys found.
goOn = false;
}
}
}
Expand Down

0 comments on commit 9b0c5fb

Please sign in to comment.