Version personnalisée de ConverseJS pour le Chapril https://github.com/conversejs/converse.js
Go to file
2012-02-27 10:40:56 +01:00
lang Add management command to populate languages 2012-02-27 10:28:33 +01:00
trans This is not needed 2012-02-27 10:40:56 +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 Mention author 2012-02-27 10:35:15 +01:00
settings.py Install both applications 2012-02-27 10:14:32 +01:00
urls.py Enable admin interface 2012-02-27 10:07:13 +01:00

Weblate
=======

Weblate is web based translation tool. It is based on translate-toolkit 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.

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

Django
    https://www.djangoproject.com/
Translate-toolkit
    http://translate.sourceforge.net/wiki/toolkit/index

Authors
-------

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