pub fn use_translation<'hook>() -> impl Hook<Output = YewI18n> + 'hook
When used in function components and hooks, this hook is equivalent to:
pub fn use_translation() -> YewI18n { /* implementation omitted */ }