Web based localization tool with tight version control integration. https://weblate.org/
Find a file
Michal Čihař 3df1f5ea01 Simplify upload script
Signed-off-by: Michal Čihař <michal@cihar.com>
2018-11-30 14:17:08 +01:00
.github Update bug report template 2018-09-04 08:02:49 +02:00
.openshift Reimplement index offloading using Celery 2018-08-24 17:44:54 +02:00
.s2i Use createadmin for creating predefined user in OpenShift 2018-09-04 07:35:52 +02:00
ci Remove Babel dependency 2018-10-20 07:21:36 +02:00
docs Update screenshots for 3.3 release 2018-11-30 14:02:28 +01:00
examples Use weblate user in uwsgi example to be consistent with Celery example 2018-11-30 10:21:24 +01:00
graphics
openshift Use single wrapper to execute management commands 2018-06-27 09:28:39 +02:00
openshift3
scripts Simplify upload script 2018-11-30 14:17:08 +01:00
weblate Correctly report total number of components for paginated data 2018-11-30 14:08:28 +01:00
.bettercodehub.yml
.coveragerc
.gitattributes
.gitignore Add CodeClimate coverage integration 2018-08-13 10:34:41 +02:00
.gitmodules
.pep8
.pylintrc Fix lint configuration to ignore dev settings 2018-06-26 21:23:59 +02:00
.scrutinizer.yml Use new services definition on scrutinizer 2018-11-28 12:53:43 +01:00
.travis.yml Fix allow failure for Django pre release 2018-10-07 15:35:45 +02:00
.weblate Use toplevel project in Weblate 2018-02-17 11:00:54 +01:00
appveyor.yml Fix mysqlclient binary to use 2018-09-22 12:41:06 +02:00
BACKERS.rst
ChangeLog
CODE_OF_CONDUCT.md Keep it snimple snupple 2018-09-20 01:19:51 +02:00
codecov.yml Improve Codecov settings 2018-08-10 13:04:37 +02:00
CONTRIBUTING.md Reworked text 2018-09-27 06:36:33 +02:00
COPYING
DCO
dev.Dockerfile explicitly launching dev container with python3 2018-10-25 00:22:31 -04:00
docker-compose.dev.yml Use docker-compose 3 2018-10-07 16:19:10 +02:00
INSTALL
manage.py Use test settings as default when running tests 2018-10-16 20:24:18 +02:00
MANIFEST.in Include runtests.py in pypi dist 2018-10-20 07:32:36 +02:00
README.rst Talk about localization instead of translation 2018-11-27 23:30:25 +01:00
requirements-optional.txt Remove Babel dependency 2018-10-20 07:21:36 +02:00
requirements-test.txt Split out devel requirements 2018-08-28 09:28:03 +02:00
requirements.txt Compatibility with new social auth 2018-10-29 14:19:40 +01:00
rundev.sh Make development easier for newcomers (#2036) 2018-05-30 10:20:23 +02:00
runtests.py
SECURITY.md
setup.py Talk about localization instead of translation 2018-11-27 23:30:25 +01:00
tox.ini

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
    :alt: 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://api.codacy.com/project/badge/Grade/394a22d396414d48abb6a85054f4415e
    :alt: Codacy Badge
    :target: https://www.codacy.com/app/Weblate/weblate

.. image:: https://api.codeclimate.com/v1/badges/eeaa886372cf697f96c0/maintainability
    :target: https://codeclimate.com/github/WeblateOrg/weblate/maintainability
    :alt: Maintainability

.. 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://img.shields.io/liberapay/receives/Weblate.svg?logo=liberapay
    :alt: Liberapay
    :target: https://liberapay.com/Weblate/

.. 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.org/project/Weblate/

.. image:: https://www.codetriage.com/weblateorg/weblate/badges/users.svg
    :target: https://www.codetriage.com/weblateorg/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 localization 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 - 2018 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 https://www.gnu.org/licenses/.