Crate fluent_template_macros
source ·Macros§
- Loads all of your fluent resources at compile time as
&'static str
s and and creates a newStaticLoader
static variable that you can use in your program. This allows you to easily ship your localisations as part of a single binary.