Web based localization tool with tight version control integration. https://weblate.org/
Find a file
Michal Čihař b1958e4100 Set release date
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-09-20 17:58:58 +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 Collect static files for Selenium tests 2015-08-28 15:03:25 +02:00
docs Set release date 2015-09-20 17:58:58 +02:00
examples Add sample hook for updating linguas 2015-09-10 11:29:41 +02:00
graphics Add Twitter header 2015-08-27 15:43:26 +02:00
locale Translated using Weblate (Traditional Chinese) 2015-09-20 17:56:50 +02:00
openshift Use upper case module level vars 2015-09-10 12:30:25 +02:00
scripts Some it's -> its fixes 2015-09-12 18:02:28 -07:00
weblate Revert .properties autodetection to iso-8859-1 ones 2015-09-19 15:00:35 +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 Revert "Rename package to weblate (lowercase)" 2015-05-22 09:34:24 +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 Revert "Simlify codecov in .travis.yml" 2015-09-16 12:25:10 +02:00
ChangeLog Add symlink to changes 2012-03-07 15:43:27 +01:00
CONTRIBUTING.md Link to tracker instead of new issue page 2015-09-12 18:14:17 -07: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 Merge entries together 2015-08-31 21:10:15 +02:00
pylint.rc Allow more lines in a module 2015-07-13 10:03:05 +02:00
README.rst Some it's -> its fixes 2015-09-12 18:02:28 -07:00
requirements-optional.txt Add memcached to optional deps 2015-08-20 13:23:43 +02:00
requirements.txt Add django_compressor for merging javascript and CSS before sending out 2015-08-28 13:47:12 +02:00
setup.py Setting version to 2.4 2015-06-03 14:06:28 +02:00
tox.ini Remove support for South migrations 2015-02-20 11:12:47 +01:00
weblate.spec Remove refernces to /media settings 2015-08-28 13:28:38 +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://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 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/.