[][src]Module fluent_template_helper::loader

Macros

langid

Add one to an expression.

langids

Structs

ArcLoader

A loader that uses Arc<FluentResource> as its backing storage. This is mainly useful for when you need to load fluent at run time. You can configure the initialisation with ArcLoaderBuilder.

ArcLoaderBuilder
LanguageIdentifier

LanguageIdentifier is a core struct representing a Unicode Language Identifier.

StaticLoader

A simple Loader implementation, with statically-loaded fluent data. Typically created with the [static_loader!()] macro

Traits

Loader

Something capable of looking up Fluent keys given a language.

Functions

build_bundles
build_fallbacks
build_resources
create_bundle
load_core_resource