Hi,
I would some help on how to create the po files located in the “locale” directory. I know I can manually create one by hand and fill the information, but I was wondering if there is a tool that can scan the python source file for labels or other translate-able text and put them into the po file, so that one can just fill up the translated text? I need this, because I am writing a custom module from scratch and would like to add multiple language support. I tried the pygettext tool, but it does not work directly, something is missing.
Many thanks in advanced.