- Updated documentation to be hosted on https://projectfluent.org/python-fluent/fluent.runtime/.
- Updated package metadata.
- Added
fluent.runtime.FluentResource
andfluent.runtime.FluentBundle.add_resource
. - Removed
fluent.runtime.FluentBundle.add_messages
. - Replaced
bundle.format()
withbundle.format_pattern(bundle.get_message().value)
. - Added
fluent.runtime.FluentLocalization
as main entrypoint for applications.
- Support for Fluent spec 1.0 (
fluent.syntax
0.17), including parameterized terms.
First release to PyPI of fluent.runtime
. This release contains a
FluentBundle
implementation that can generate translations from FTL
messages. It targets the Fluent 0.7 spec.