Web based localization tool with tight version control integration. https://weblate.org/
Find a file
Michal Čihař 1b5ea2127a Release
2012-04-03 14:59:44 +02:00
accounts Simplify creating of messages 2012-04-03 13:21:42 +02:00
docs Release 2012-04-03 14:59:44 +02:00
graphics Add some graphics (issue #9) 2012-03-13 13:56:58 +01:00
html Add translation review (issue #1) 2012-04-03 13:51:07 +02:00
lang Show plural form in admin interface 2012-03-30 15:27:11 +02:00
locale Fixup newlines 2012-04-03 14:49:26 +02:00
media Add translation review (issue #1) 2012-04-03 13:51:07 +02:00
scripts Script for creating release 2012-04-03 14:57:38 +02:00
trans Documentation 2012-04-03 14:42:59 +02:00
.gitignore Define schema for Whoosh search 2012-03-19 13:21:50 +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 Update install instructions 2012-03-08 17:14:35 +01:00
manage.py Make manage.py executable 2012-03-01 15:56:54 +01:00
README.rst Mention supported formats 2012-03-22 13:38:53 +01:00
settings.py Pluggable checks (issue #21) 2012-04-02 16:14:53 +02:00
urls.py Add views for pushing 2012-04-03 10:41:50 +02:00

Weblate
=======

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

Weblate has it's website at <http://weblate.org/>.

Features
--------

* Easy web based translation
* Propagation of translations across sub-projects (for different branches)
* Tight git integration - every change is represented by Git commit
* Usage of Django's admin interface
* Upload and automatic merging of po files
* Links to source files for context
* Message consistency checks
* Tunable access control
* Wide range of supported translation formats (Getext, Qt, Java, Windows, Symbian and more)

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

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

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

Bugs
----

Please report bugs to <https://github.com/nijel/weblate/issues>.

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/>.