Skip to content

Commit

Permalink
Generate the *.pot file in the directory $build/i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
floscher committed Jan 13, 2018
1 parent 22cfa52 commit a3839cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void setup() {

final String propOutBaseName = "outBaseName";
i18nXgettext.getExtensions().getExtraProperties().set(propOutBaseName, null); // Value is set after project is evaluated
final File outDir = new File(pro.getBuildDir(), "po");
final File outDir = new File(pro.getBuildDir(), "i18n");
i18nXgettext.getInputs().files(getMainJavaSrcDirs(pro));
i18nXgettext.getOutputs().dir(outDir);
i18nXgettext.setWorkingDir(pro.getProjectDir());
Expand Down

0 comments on commit a3839cd

Please sign in to comment.