#1055 Reorder message files and update translations page

This commit is contained in:
ljacqu
2017-01-11 21:31:01 +01:00
parent d68c73799b
commit d81592512e
29 changed files with 1811 additions and 1315 deletions
@@ -73,6 +73,6 @@ public class MessageFileElementReader {
}
private static boolean isTodoComment(String line) {
return line.startsWith("# TODO ");
return line.startsWith("# TODO");
}
}