Pootle: Simple Translation Tool
Software version | 2.5.0 |
Operating System | Debian 6 |
Website | Pootle Website |
Introduction
Pootle^1 is an online tool that makes the process of translating so much simpler. It allows crowd-sourced translations, easy volunteer contribution and gives statistics about the ongoing work.
Pootle is built using the powerful API of the Translate Toolkit and the Django framework:
Installation
You can install Poole directly from the packages, but you won't have the latest version. To get it we'll need to install required packages and download all dependencies via PIP:
Then install and create the python virtual environment:
And finally install Pootle:
Configuration
Pootle
Then you can initiate the configuration:
Edit the configuration to change allowed host to access to the web frontend (/var/www/pootle/pootle.conf
):
Warning
Edit the configuration and setup the MySQL database instead of the SQLite by default
And launch it:
You'll now get an access to the web interface: http://127.0.0.1:8000
Credentials are: admin/admin
Info
The first launch will take a few minutes as it populate the database
Apache
To avoid typing port number on the URL, you can use Apache mod proxy.
Then activate modules:
And restart Apache.
Then configure your apache (/etc/apache2/sites-enabled/pootle
):
You'll need to enable this new site and restart Apache.