Pootle: Simple Translation Tool
Software version | 2.5.0 |
Operating System | Debian 6 |
Website | Pootle Website |
Introduction
Pootle1 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
):
|
|
And launch it:
|
|
You’ll now get an access to the web interface: http://127.0.0.1:8000
Credentials are: admin/admin
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.
References
Last updated 06 Sep 2013, 15:45 CEST.