Skip to content

Change properties to conf (HOCON) files #30

@programaker

Description

@programaker

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

No one assigned

    Labels

    refactoringImprove things without change behavior

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions