#1055 Grouping and sorting of text messages (PR #198)

* Initial grouping of messages_en.yml (thanks to input by @Twonox)
* Change MessageFileVerifier to only do verification - no writing
* Create classes for sorting and grouping messages as per the messages_en file
This commit is contained in:
ljacqu
2017-01-11 21:09:17 +01:00
committed by GitHub
parent 9c7bb8438e
commit d68c73799b
10 changed files with 443 additions and 214 deletions
@@ -252,4 +252,9 @@ public enum MessageKey {
public String[] getTags() {
return tags;
}
@Override
public String toString() {
return key;
}
}