Skip to content

Cldr Messages version 0.6.0

Choose a tag to compare

@kipcole9 kipcole9 released this 26 Sep 03:05
· 104 commits to master since this release

Enhancements

  • Add Cldr.Message.canonical_message/2 that converts a string message into a canonical form. This allows for fuzzy matching between two messages that may have different formatting (this is possible since the CLDR message format allows for non-formatting whitepsace in parts of the syntax).

  • Add documentation for some of the key functions. Much more documentation required before 1.0 release.