[−][src]Macro amethyst_locale::fluent_args
A helper macro to simplify creation of FluentArgs.
Example
use fluent::fluent_args; let mut args = fluent_args![ "name" => "John", "emailCount" => 5 ];
A helper macro to simplify creation of FluentArgs.
use fluent::fluent_args; let mut args = fluent_args![ "name" => "John", "emailCount" => 5 ];