Hi!<p>I'm working on a side project at the moment, it's basically a tool to help with translating a given application.<p>I'm now at a point where I need to know which libs or tools are most commonly used, eg gettext, yaml, ...<p>So what are you guys using?
I use gettext since years in different projects coded in different languages.<p>My main reasons for using it:<p>* it just works, since years<p>* libs for many programming languages<p>* tools to help edit the po-files for every major operating system<p>* I prefer to write plain English strings into my application instead of symbols for example.