Guys, if you take a look at (for example) default_pt_BR.properties you see that at the bottom there all keys are present, but a lot of them have english texts. This gives 2 problems : * the "mvn test -Dtest=SiteGeneratorTest" does not detect this * the IntelliJ ResourceBundle editor also does not detect this
I think we should delete all those keys to solve the two above issues, right ? WDYT? Harry @Glen: I discovered that you can simply paste the values in the IntelliJ ResourceBundle Editor, no need for converting to/from unicode :-)
