mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-27 19:34:10 +08:00
- move existing content from index to a separate document - better describe local build - add documentation for list_* commands used to generate templates for the documentation
64 lines
2 KiB
ReStructuredText
64 lines
2 KiB
ReStructuredText
.. _contributing:
|
||
|
||
Contributing to Weblate
|
||
=======================
|
||
|
||
|
||
There are dozens of ways to improve Weblate. You can choose the one you feel comfortable with, be it
|
||
coding, graphics design, documentation, sponsorship, or an idea:
|
||
|
||
* :doc:`issues`
|
||
* :doc:`start`
|
||
* :doc:`modules`
|
||
* :ref:`translating-weblate`
|
||
* :doc:`documentation`
|
||
* :ref:`discussions`
|
||
* :ref:`funding-weblate`
|
||
* :doc:`communication`
|
||
|
||
.. _translating-weblate:
|
||
|
||
Translating Weblate
|
||
-------------------
|
||
|
||
Weblate is continually being `translated <https://hosted.weblate.org/>`_ using Weblate itself. Feel
|
||
free to take your part in the effort of making Weblate available in as many human languages
|
||
as possible. It brings Weblate closer to its users!
|
||
|
||
If you find a possible mistake in the source string, you can mark it with a comment in the Weblate editor.
|
||
This way, it can be discussed and corrected. If you’re certain, you can also click on the link in the
|
||
:guilabel:`Source string location` section and submit a PR with your correction.
|
||
|
||
|
||
.. _extending-languages:
|
||
|
||
Extending built-in language definitions
|
||
---------------------------------------
|
||
|
||
The language definitions are in the `weblate-language-data repository
|
||
<https://github.com/WeblateOrg/language-data/>`_.
|
||
|
||
You are welcome to add missing language definitions to :file:`languages.csv`,
|
||
other files are generated from that file.
|
||
|
||
.. _discussions:
|
||
|
||
Weblate discussions
|
||
-------------------
|
||
|
||
If you have an idea and not sure if it’s suitable for an issue, don’t worry.
|
||
You can join the community in `GitHub discussions <https://github.com/WeblateOrg/weblate/discussions>`_.
|
||
|
||
|
||
.. _funding-weblate:
|
||
|
||
Funding Weblate development
|
||
---------------------------
|
||
|
||
You can boost Weblate’s development by donating. Funds collected on donations
|
||
are used to enable gratis hosting for libre software projects and to fund the
|
||
ecosystem Weblate relies on. Please check the `donate page
|
||
<https://weblate.org/donate/>`_ for options, such as funding goals and the
|
||
rewards you get as a proud funder.
|
||
|
||
.. include:: ../../BACKERS.rst
|