fix i18n generation script

This commit is contained in:
Athou
2013-05-31 15:34:00 +02:00
parent cae7e7f9c8
commit 614daad10c

View File

@@ -38,6 +38,9 @@ public class I18nGenerator {
} }
} else { } else {
newLines.add(null); newLines.add(null);
if (StringUtils.isNotBlank(langLine)) {
j--;
}
} }
j++; j++;
} }