Web based localization tool with tight version control integration. https://weblate.org/
Find a file
2012-08-14 11:36:27 +02:00
appliance Run migrate while creating appliance 2012-07-30 09:32:20 +02:00
docs Set release date 2012-08-14 11:36:27 +02:00
examples Make it work with sh 2012-04-24 15:37:28 +02:00
graphics Add 88x31 widget 2012-07-23 15:30:02 +02:00
scripts Improve script for updating po files 2012-07-25 11:19:49 +02:00
weblate Simplified version checking and reporting 2012-08-14 10:10:41 +02:00
.gitattributes Add files used for appliance setup 2012-04-18 13:23:11 +02:00
.gitignore Ignore two generations of vim swap files 2012-07-10 22:26:29 +02: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 Better copyright header in files 2012-08-06 10:28:32 +02:00
README.rst Improve description 2012-04-18 11:34:27 +02:00
weblate.spec Support django-registration 0.8 (issue #45) 2012-07-26 11:25:35 +02:00

Weblate
=======

Weblate is web based translation tool with tight Git integration. It features
simple and clean user interface, propagation of translations across subprojects
or automatic linking to source files.

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 (Gettext, 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/>.