- Allow unknown SELECT options to fallback to other
- Fix empty string formatting
- Add support for all languages specified within https://raw.githubusercontent.com/unicode-cldr/cldr-core/master/supplemental/plurals.json At the time of writing this was version 34
- Add lookup_closest_locale function to better handle region specific locales like de_AT or fr_FR
- Add support for Python 3.7
- Add support for Spanish (es)
- Include
future
in install_requires in setup.py
- Add support for Python 3
- Add format and format_tree interface methods
- Basic, working version of the parser and node visitor.