Implement `InteractionEnvironment::print_message`
Dependencies
- [2]
JUV7C6ETCreate initial prototype of `fluent_embed_interaction`
Change contents
- edit in fluent_embed_interaction/src/lib.rs at line 49
}pub fn print_message<L: Localize>(&self, message: L) -> Result<(), std::io::Error> {self.progress_bars.println(message.localize())