Function veloren_voxygen_i18n_helpers::localize_chat_message
source ยท pub fn localize_chat_message(
msg: ChatMsg,
lookup_fn: impl Fn(&ChatMsg) -> ChatTypeContext,
localization: &Localization,
show_char_name: bool,
) -> (ChatType<String>, String)