Web based localization tool with tight version control integration. https://weblate.org/
Find a file
Michal Čihař 3a856919db Releasing 2.5
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-03-10 16:43:45 +01:00
.github Add pull request template 2016-03-07 13:45:42 +01:00
.openshift Use SSL for homepage link 2015-11-10 12:15:17 +01:00
appliance Correctly set admin when building appliance 2015-04-20 09:03:32 +02:00
ci Try more ways to install Django 2016-03-04 12:29:44 +01:00
docs Release today 2016-03-10 16:42:27 +01:00
examples Add script to remove obsolete units from Android resource strings. 2016-03-07 15:34:23 +01:00
graphics Add Twitter header 2015-08-27 15:43:26 +02:00
openshift Openshift install: Removed duplicate execution of collectstatic 2016-02-15 20:47:46 +01:00
scripts Next release will be in 2016 2016-03-04 15:48:46 +01:00
weblate Releasing 2.5 2016-03-10 16:43:45 +01: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 Use standard location for locales 2015-12-21 18:24:24 +01: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
.scrutinizer.yml Try more ways to install Django 2016-03-04 12:29:44 +01:00
.travis.yml Drop support for Django 1.7 2016-02-15 11:44:09 +01:00
ChangeLog Add symlink to changes 2012-03-07 15:43:27 +01:00
CONTRIBUTING.md Use SSL for homepage link 2015-11-10 12:15:17 +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 Update copyright year 2016-01-08 13:34:09 +01:00
MANIFEST.in Add support for invoice downloads 2016-02-10 17:53:29 +01:00
pylint.rc Enable pylint plugin again 2016-01-26 08:57:39 +01:00
README.rst Update copyright year 2016-01-08 13:34:09 +01:00
requirements-optional.txt Add chardet dependency as it is needed for csv 2016-02-14 09:01:00 +01:00
requirements.txt Drop support for Django 1.7 2016-02-15 11:44:09 +01:00
setup.py Document Python 3 support 2016-02-15 10:58:22 +01:00
tox.ini Remove support for South migrations 2015-02-20 11:12:47 +01:00
weblate.spec Use SSL for homepage link 2015-11-10 12:15:17 +01: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/nijel/weblate
    
.. image:: https://buildtimetrend.herokuapp.com/badge/nijel/weblate
    :alt: Buildtime Trend badge
    :target: https://buildtimetrend.herokuapp.com/dashboard/nijel/weblate

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

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