omaciel / pylyglot

A web based translation compendium

Home Page:http://www.pylyglot.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction:
============

Pylyglot is a web based tool for translators. It contains a database of messages and their translations into several different languages that one can search for suggestions.

Installation:
============

* Install dependencies.
* Copy the pylyglot/settings_local.py.sample file and rename it to pylyglot/settings_local.py. By default sqlite is configured to be the engine with a new development.db file.
* Create the original database:
    python manage.py syncdb
* Populate the database:
    python manage.py populatedb
* Start the server:
    python manage.py runserver

Dependencies:
============

* polib: http://bitbucket.org/izi/polib/src
* django-pagination: https://github.com/ericflo/django-pagination

About

A web based translation compendium

http://www.pylyglot.org

License:GNU General Public License v3.0


Languages

Language:Python 75.0%Language:HTML 21.4%Language:CSS 2.5%Language:Perl 0.6%Language:Ruby 0.4%Language:Shell 0.2%