Skip to content
forked from omaciel/pylyglot

A web based translation compendium

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

sahwar/pylyglot

 
 

Repository files navigation

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

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.9%
  • HTML 21.4%
  • CSS 2.5%
  • Other 1.2%