Version personnalisée de ConverseJS pour le Chapril https://github.com/conversejs/converse.js
Go to file
2012-02-29 13:47:53 +01:00
html Style translator 2012-02-29 13:32:19 +01:00
lang Update plural forms 2012-02-29 13:46:25 +01:00
media Style translator 2012-02-29 13:32:19 +01:00
trans Save language code 2012-02-29 13:47:53 +01:00
__init__.py Start of Django app 2012-02-27 09:49:20 +01:00
.gitignore Ignore repos dir 2012-02-27 15:54:06 +01:00
manage.py Start of Django app 2012-02-27 09:49:20 +01:00
README.rst Mention project name 2012-02-29 09:58:48 +01:00
settings.py Add index page 2012-02-29 11:16:05 +01:00
urls.py Serve media directory 2012-02-29 13:11:39 +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.

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
* Links to source files for context

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

Django
    https://www.djangoproject.com/
Translate-toolkit
    http://translate.sourceforge.net/wiki/toolkit/index
GitPython (>= 0.3)
    http://gitorious.org/projects/git-python/

Project name
------------

The project is named as mixture of words web and translate.

Authors
-------

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