Implement `InteractionEnvironment::print_message`

finchie
Jun 30, 2025, 8:12 AM
IXBE5Q6TIJTOYDJMGBQKIT6B45567KFV3CYW6PJII2ZLW7CXNEJAC

Dependencies

  • [2] JUV7C6ET Create initial prototype of `fluent_embed_interaction`

Change contents

  • edit in fluent_embed_interaction/src/lib.rs at line 49
    [2.10328]
    [2.10328]
    }
    pub fn print_message<L: Localize>(&self, message: L) -> Result<(), std::io::Error> {
    self.progress_bars.println(message.localize())