tinymist_l10n

Function t_with_args

Source
pub fn t_with_args(
    key: &'static str,
    message: &'static str,
    args: &[(&'static str, Arg<'_>)],
) -> Cow<'static, str>
Expand description

Tries to translate a string to the current language.