mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-04 06:58:04 +08:00
Web based localization tool with tight version control integration.
https://weblate.org/
continuous-localizationcrowdsourcingdcode-2025djangogettexthacktoberfesti18ninternationalizationl10nlocalizationpythontranslation
We have modified class providing same functionality. Signed-off-by: Michal Čihař <michal@cihar.com> |
||
|---|---|---|
| .github | ||
| .openshift | ||
| .s2i | ||
| ci | ||
| docs | ||
| examples | ||
| graphics | ||
| openshift | ||
| openshift3 | ||
| scripts | ||
| weblate | ||
| .bettercodehub.yml | ||
| .coveragerc | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| .pep8 | ||
| .pylintrc | ||
| .scrutinizer.yml | ||
| .travis.yml | ||
| .weblate | ||
| appveyor.yml | ||
| BACKERS.rst | ||
| ChangeLog | ||
| CODE_OF_CONDUCT.md | ||
| codecov.yml | ||
| CONTRIBUTING.md | ||
| COPYING | ||
| DCO | ||
| dev.Dockerfile | ||
| docker-compose.dev.yml | ||
| INSTALL | ||
| manage.py | ||
| MANIFEST.in | ||
| README.rst | ||
| requirements-optional.txt | ||
| requirements-test.txt | ||
| requirements.txt | ||
| rundev.sh | ||
| runtests.py | ||
| SECURITY.md | ||
| setup.py | ||
| tox.ini | ||
Weblate
=======
.. image:: https://travis-ci.org/WeblateOrg/weblate.svg
:alt: Build status
:target: https://travis-ci.org/WeblateOrg/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:: 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://img.shields.io/lgtm/alerts/g/WeblateOrg/weblate.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/WeblateOrg/weblate/alerts/
:alt: Total alerts
.. 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://img.shields.io/readthedocs/weblate.svg
:target: https://docs.weblate.org/
Weblate is a copylefted web-based localization tool with tight version control
integration. It features a simple and clean user interface, propagation of
translations across components within a project, quality checks and automatic
linking to source files.
The Weblate is to be found at https://weblate.org/
Features
--------
* Easy web based translation.
* Propagation of translations across components (e.g. branches) within projects.
* Tight VCS integration - every change is represented by a 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).
* Git and Mercurial support.
Documentation
-------------
Detailed documentation is available in the ``docs`` directory of the sources.
The documentation can be also viewed online on
https://docs.weblate.org/.
Installation
------------
Installation and setup instructions are provided in the manual, check
the 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 © 2012 - 2019 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/.