Skip to content

Commit

Permalink
fix rowindex when we have many xml files - closes TomasKypta#6
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekczwa committed Nov 29, 2017
1 parent 902ac94 commit 18740dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ private Map<String, Integer> exportDefLang(File valueDir) throws IOException, SA
continue;
}
keys.putAll(exportDefLangToExcel(rowIndex, project, stringFile, getStrings(stringFile), outExcelFile));
rowIndex = keys.size() + 1;
}


Expand Down

0 comments on commit 18740dc

Please sign in to comment.