Web based localization tool with tight version control integration. https://weblate.org/
Find a file
Michal Čihař f15f414db2 Release today
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-05-22 09:30:36 +02:00
.openshift Add openshift cron job to clear sessions 2015-04-16 10:28:44 +02:00
appliance Correctly set admin when building appliance 2015-04-20 09:03:32 +02:00
ci Reduce to single coverage service 2015-05-20 12:02:37 +02:00
docs Release today 2015-05-22 09:30:36 +02:00
examples Close file descriptors on fork with usgi 2015-04-30 09:12:30 +02:00
graphics 120 px logo 2015-03-27 10:55:28 +01:00
locale Translated using Weblate (French) 2015-05-21 21:33:10 +02:00
openshift Fail in case virtualenv can not be loaded 2015-04-28 16:27:36 +02:00
scripts Fix commands order 2015-05-12 09:21:29 +02:00
weblate Add ACL filtering to checks browsing 2015-05-21 21:32:02 +02:00
.coveragerc Base on GitRepository to avoid abstract methods 2015-05-14 09:58:33 +02:00
.gitattributes Add files used for appliance setup 2012-04-18 13:23:11 +02:00
.gitignore Ignore coverage reports 2015-05-14 11:09:31 +02:00
.landscape.yaml Remove support for South migrations 2015-02-20 11:12:47 +01:00
.pep8 Add pep8 configuration 2013-02-21 10:55:53 +01:00
.travis.yml Disable Travis cache, it does not help performance 2015-05-20 13:25:48 +02:00
ChangeLog Add symlink to changes 2012-03-07 15:43:27 +01:00
CONTRIBUTING.md Better formatting 2013-07-09 11:32:50 +02:00
COPYING Add license 2012-02-29 20:19:54 +01:00
INSTALL Fixed INSTALL symlink (fixes #428) 2013-12-17 07:59:47 +01:00
manage.py Update year 2015-01-05 16:29:18 +01:00
MANIFEST.in Include text templates in manifest as well 2015-05-14 11:43:45 +02:00
pylint.rc Remove last bits of shippable configuration 2015-04-28 16:28:50 +02:00
README.rst Reduce to single coverage service 2015-05-20 12:02:37 +02:00
requirements-optional.txt Use upstream pyuca instead of snapshot 2015-05-13 17:31:00 +02:00
requirements.txt Raise Django version in requirements.txt 2015-03-23 13:20:06 +01:00
setup.py Adjust download url 2015-05-19 13:53:11 +02:00
tox.ini Remove support for South migrations 2015-02-20 11:12:47 +01:00
weblate.spec Be consistent in terminology 2015-03-31 16:57:36 +02:00

Weblate
=======

.. image:: https://travis-ci.org/nijel/weblate.svg
    :alt: Build status
    :target: https://travis-ci.org/nijel/weblate

.. image:: https://hosted.weblate.org/widgets/weblate/-/svg-badge.svg
    :alt: Translation status
    :target: https://hosted.weblate.org/engage/weblate/?utm_source=widget

.. image:: http://codecov.io/github/nijel/weblate/coverage.svg?branch=master
    :alt: Codecov Coverage Status
    :target: http://codecov.io/github/nijel/weblate?branch=master

.. image:: https://landscape.io/github/nijel/weblate/master/landscape.png
    :alt: Code Health
    :target: https://landscape.io/github/nijel/weblate/master

.. image:: https://www.codacy.com/project/badge/394a22d396414d48abb6a85054f4415e
    :alt: Codacy Badge
    :target: https://www.codacy.com/public/michal_2/weblate

.. image:: https://www.bountysource.com/badge/tracker?tracker_id=253393
    :alt: Bountysource
    :target: https://www.bountysource.com/trackers/253393-weblate?utm_source=253393&utm_medium=shield&utm_campaign=TRACKER_BADGE

Weblate is a free web-based translation tool with tight version control
integration. It features simple and clean user interface, propagation of
translations across components within a project, quality checks and automatic
linking to source files.

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

Features
--------

* Easy web based translation
* Propagation of translations across components (eg. branches) within projects
* Tight VCS integration - every change is represented by version control commit
* Usage of Django's admin interface
* Upload and automatic merging of po files
* Links to source files for context
* Message quality checks
* Tunable access control
* Wide range of supported translation formats (Gettext, Qt, Java, Windows, Symbian and more)
* Supports Git and Mercurial

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

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

The documentation can be also viewed online on
http://docs.weblate.org/.

Installation
------------

Installation and setup instructions are provided in our manual, check
quick setup guide:

http://docs.weblate.org/en/latest/admin/quick.html

Bugs
----

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

License
-------

Copyright (C) 2012 - 2015 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/.