rodionmoiseev / c10n

A Java library, focused on making internationalisation more modular, easier to evolve and maintain, robust-to-change and IDE-friendly without excess of external tools.
Apache License 2.0
67 stars 10 forks source link

Allow to override default message formatting scheme #32

Closed rodionmoiseev closed 8 years ago

rodionmoiseev commented 8 years ago

Currently, messages can only be formatted using java.text.MessageFormat.

We should allow users to override this with custom formatting, such as String.format().