Using fluent rust library with gtk

I’ve been working on a personal project using rust and gtk and was hoping to use the fluent rust library for localization.
I’m a little uncertain how to go about it and was hoping someone here might have resources or pointers on how to go about it.

Hi!

I assume you’re familiar with https://github.com/projectfluent/fluent-rs - I think you can check the users of that crate and how they hook up Fluent into their GUI toolkits.

I don’t think there are canonical bindings to Gtk yet, so you’ll have to craft your own. If you do, please share so that we can link them from our README :slight_smile: