Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
The translator should sort the messages on the key, because after using it the lines are not in the same order, it is difficult to see the changes.
Simply use SortedProperties to automatically sort on key
Properties properties = new SortedProperties();