pub fn t_fmt1<T: Display>(app: &AppState, key: &str, arg: T) -> StringExpand description
What: Get a translation with a single format argument (convenience function).
Inputs:
app:AppStatecontaining translation mapskey: Dot-notation keyarg: Single format argument
Output:
- Formatted translated string