= Pootle = [[TOC]] Pootle is used to allow translators to collaborate on both doing the initial translation & refining it once 'completed'. == Installation == http://docs.translatehouse.org/projects/pootle/en/stable-2.5.0/server/installation.html Assuming a base Debian stable (6.x): {{{ apt-get install -y libapache2-mod-wsgi apt-get install -y mysql-server python-mysqldb phpmyadmin mytop }}} == Maintenance == See UserGuidelines/Localisation#AdministeringPootle * Script to update language files: {{{ cd web2py python web2py.py -S eden -R applications/eden/static/scripts/tools/languages.py }}} * Scripts to automate the conversion 2 PO & upload/download to/from Pootle: * UserGuidelines/Localisation == !ToDo == * Link to the s3translate module within Sahana * Unfortunately it doesn't seem that we can easily automate the upload back to Pootle: * http://www.mail-archive.com/translate-pootle@lists.sourceforge.net/msg01187.html