Cli tool to translate .po (gettext) files automatically using LLMs

Hello everyone,

I created a small cli tool to automatically translate “.po” files automatically using OpenAI’s gpt-4o-mini model. I’ve used it on a couple projects with very good results.

I’ll leave here the GitHub repo and the crates.io link (it’s written in Rust :grimacing:) in case you want to check it out, or use it in your own projects.

https://crates.io/crates/ai_gettext_translator

Hope it helps!