All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Changed error handling during
Bundle
instantiation. Now message errors will be ignored by default, overrideable by a newstrict
parameter. In this mode, aParserError
will be raised instead of aValueError
as before. - Renamed the
namespace
argument tolanguage
. - Fluent message variables are now no longer passed to
get_translation
using**kwargs
; instead avariables
parameter is used.
- Added initial implementation.