mod Example {
fn hello() {
let x = t!("hello");
let x = t!("views.message.title", locale = "en", name = "Jason");
let x = t!("views.message.description", name = "Jason");
{
t!(r##"Use YAML for mapping localized text,
and support mutiple YAML files merging."##);
t!(r##"Use YAML for mapping localized text,
and support mutiple YAML files merging."##);
}
t!("The table below describes some of those behaviours.");
t!("The table below describes some of those behaviours.");
}
}