[][src]Module fluent::bundle

FluentBundle is a collection of localization messages in Fluent.

It stores a list of messages in a single locale which can reference one another, use the same internationalization formatters, functions, scopeironmental variables and are expected to be used together.

Structs

FluentBundleBase

Base class for a FluentBundle struct. See its docs for details. It also is implemented for concurrent::FluentBundle.