Version personnalisée de ConverseJS pour le Chapril https://github.com/conversejs/converse.js
Go to file
2012-02-27 15:53:22 +01:00
html Project page 2012-02-27 12:03:57 +01:00
lang Add management command to populate languages 2012-02-27 10:28:33 +01:00
trans Use Translation manager to process data 2012-02-27 15:44:06 +01:00
__init__.py Start of Django app 2012-02-27 09:49:20 +01:00
.gitignore Ignore vim swap files 2012-02-27 10:28:54 +01:00
manage.py Start of Django app 2012-02-27 09:49:20 +01:00
README.rst Lets go polib for now 2012-02-27 15:53:22 +01:00
settings.py Install some context processors 2012-02-27 11:57:20 +01:00
urls.py Fix urls 2012-02-27 11:53:02 +01:00

Weblate
=======

Weblate is web based translation tool. It is based on polib and
heavily uses git backed to store project.

Project goals
-------------

Minimalistic web based translation with direct commit to git on each
translation made. There is no plan in heavy conflict resolution as these
should be primarily handled on git side.

Planned features
----------------

* Easy web based translation
* Propagation of translations accross sub-projects (for different branches)
* Tight git integration
* Usage of Django's admin interface
* Upload and automatic merging of po files

Requirements
------------

Django
    https://www.djangoproject.com/
polib
    http://pypi.python.org/pypi/polib
GitPython (>= 0.3)
    http://gitorious.org/projects/git-python/

Authors
-------

This tool was written by Michal Čihař <michal@cihar.com>.