On Thursday 28 October 2010 21:54:37 yvecai wrote: > The current i18n work on the website is based on Ruby on rail and yml > files. > Does anybody knows if these yml exists somewhere in GNU gettext .po format? > Or an easy way to use directly these yml files in Python without gettext()? You could use PyYAML <http://pyyaml.org/> Mitja