Macro yayi::fl[][src]

macro_rules! fl {
    ($message_id:literal) => { ... };
    ($message_id:literal, $($args:expr),*) => { ... };
}

shorthand for i18n_embed_fl::fl which requires a LanguageLoader as first argument