Web based localization tool with tight version control integration. https://weblate.org/
Find a file
Michal Čihař 53049385e5 Releasing 2.13.1
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-04-12 22:03:50 +02:00
.github Switch actual with expected behavior 2016-04-08 16:32:40 +02:00
.openshift Use SSL for homepage link 2015-11-10 12:15:17 +01:00
appliance Closer to production setup 2016-12-16 16:26:33 +01:00
ci Move permissions tests to permissions app 2017-03-17 12:24:44 +01:00
docs Release today 2017-04-12 21:10:20 +02:00
examples Use consistent docstrings formatting 2017-04-11 10:59:15 +02:00
graphics Add jpg image 2017-01-23 12:30:50 +01:00
openshift Ignore some coding style errors 2017-04-11 08:30:30 +02:00
scripts Use consistent docstrings formatting 2017-04-11 10:59:15 +02:00
weblate Releasing 2.13.1 2017-04-12 22:03:50 +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 Change social auth dependencies 2017-01-27 11:57:35 +01:00
.landscape.yaml Run pyroma on landscape 2017-04-11 08:30:52 +02:00
.pep8 Add pep8 configuration 2013-02-21 10:55:53 +01:00
.pylintrc Warn on exec usage 2016-07-21 11:13:01 +02:00
.scrutinizer.yml Revert "Attempt to use standard requirements on scrutinizer" 2017-02-27 14:44:12 +01:00
.travis.yml Run Travis tests with Django 1.10 on PostgreSQL 2017-04-07 08:47:16 +02:00
.weblate Add wlc configuration 2016-05-13 17:21:40 +02:00
appveyor.yml Fix coverage submission 2016-08-28 11:38:06 +02:00
BACKERS.rst Consistent title underlining 2017-01-04 13:57:45 +01:00
ChangeLog Add symlink to changes 2012-03-07 15:43:27 +01:00
codecov.yml Create codecov.yml 2016-04-25 17:20:26 +02:00
CONTRIBUTING.md Change repository links to WeblateOrg 2016-12-12 11:49:42 +01: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 It is 2017 now 2017-01-20 14:52:37 +01:00
MANIFEST.in Include list of backers 2016-12-16 11:24:54 +01:00
README.rst Remove buildtimetrend as public service has been discontinued 2017-02-21 14:33:47 +01:00
requirements-optional.txt Try installing tesserocr 1.2 2017-02-16 13:35:16 +01:00
requirements.txt Raise required version of python-django_compressor to support Django 1.10 2017-02-27 14:41:54 +01:00
runtests.py Use consistent docstrings formatting 2017-04-11 10:59:15 +02:00
SECURITY.md Add basic security policy 2017-03-21 13:42:39 +01:00
setup.py Setting version to 2.13.1 2017-04-12 21:09:37 +02:00
tox.ini Remove support for South migrations 2015-02-20 11:12:47 +01:00
weblate.spec Setting version to 2.13.1 2017-04-12 21:09:37 +02:00

Weblate
=======

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

.. image:: https://ci.appveyor.com/api/projects/status/92elnra2etjgfpc8/branch/master?svg=true
    :target: https://ci.appveyor.com/project/nijel/weblate/branch/master
    :target: Build status

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

.. image:: https://codecov.io/gh/WeblateOrg/weblate/branch/master/graph/badge.svg
    :alt: Codecov Coverage Status
    :target: https://codecov.io/gh/WeblateOrg/weblate

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

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

.. image:: https://www.quantifiedcode.com/api/v1/project/7a0d0496a5c2496080db30f17a584b9d/badge.svg
    :target: https://www.quantifiedcode.com/app/project/7a0d0496a5c2496080db30f17a584b9d
    :alt: Code issues

.. image:: https://api.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

.. image:: https://bestpractices.coreinfrastructure.org/projects/552/badge
    :alt: CII Best Practices
    :target: https://bestpractices.coreinfrastructure.org/projects/552

.. image:: https://img.shields.io/pypi/v/Weblate.svg
    :target: https://pypi.python.org/pypi/Weblate

.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
    :alt: Documentation
    :target: https://docs.weblate.org/

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 its website at https://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
https://docs.weblate.org/.

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

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

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

Bugs
----

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

License
-------

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