-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
refactoringImprove things without change behaviorImprove things without change behavior
Description
Replace the properties files that hold the messages with conf files in HOCON syntax.
Also, replace Java's ResourceBundle with PureConfig https://github.com/pureconfig/pureconfig.
The messages could be read as Map[MessageSource#Key, String] or we can define a proper case class for it, dunno... it would be great to use the MessageSources and Keys themselves to get the messages instead of mapping them to Strings.
It is related to #3, so don't forget the localization.
Metadata
Metadata
Assignees
Labels
refactoringImprove things without change behaviorImprove things without change behavior