¡@

Home 

python Programming Glossary: pybabel

GAE webapp application internationalization with Babel

http://stackoverflow.com/questions/3821312/gae-webapp-application-internationalization-with-babel

the modules are imported. 2 Extract all translations using pybabel. Here we pass two directories to be scanned the templates dir.. that varies depending on the template engine you use pybabel extract F . babel.cfg o . locale messages.pot . templates ... and pt_BR and use the messages.pot file created on step 2 pybabel init l en_US d . locale i . locale messages.pot pybabel init..