Web based localization tool with tight version control integration. https://weblate.org/
Find a file
2012-03-08 15:47:24 +01:00
accounts Store cookie on change 2012-03-08 10:47:37 +01:00
docs Another release today 2012-03-08 15:47:24 +01:00
html Add link to documentation to footer 2012-03-08 15:45:16 +01:00
lang Add language overviews 2012-03-08 13:36:42 +01:00
locale Update po files 2012-03-08 15:45:58 +01:00
media Better formatting 2012-03-07 16:25:04 +01:00
scripts Setting version to 0.4 2012-03-08 13:59:05 +01:00
trans Should not use CSRF for API 2012-03-08 14:34:18 +01:00
.gitignore Ignore .mo files 2012-03-02 15:06:26 +01:00
__init__.py Start of Django app 2012-02-27 09:49:20 +01:00
ChangeLog Add symlink to changes 2012-03-07 15:43:27 +01:00
COPYING Add license 2012-02-29 20:19:54 +01:00
INSTALL Add link to install instructions 2012-03-07 15:43:52 +01:00
manage.py Make manage.py executable 2012-03-01 15:56:54 +01:00
README.rst Use shorter url 2012-03-07 15:35:01 +01:00
settings.py Prefix syslog messages with weblate: 2012-03-08 11:52:54 +01:00
urls.py Add language overviews 2012-03-08 13:36:42 +01:00

Weblate
=======

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

Features
--------

* Easy web based translation
* Propagation of translations across 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

Documentation
-------------

Detailed documentation is available in docs/ directory in the sources.

The documentation can be also viewed online on
<http://weblate.readthedocs.org/>.

License
-------

Copyright (C) 2012 Michal Čihař <michal@cihar.com>

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>.