mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-06 22:27:04 +08:00
- consolidate shared sections in single document - clarify licensing for modules - add AI usage policy
21 lines
714 B
ReStructuredText
21 lines
714 B
ReStructuredText
Contributing to Weblate modules
|
|
===============================
|
|
|
|
Besides the main repository, Weblate consists of several Python modules. All
|
|
these follow same structure and this documentation covers them all.
|
|
|
|
For example, this covers:
|
|
|
|
* `wlc <https://github.com/WeblateOrg/wlc/>`_, Python client library, see :ref:`wlc`
|
|
* `translation-finder <https://github.com/WeblateOrg/translation-finder/>`_, used to discover translatable files in the repository
|
|
* `language-data <https://github.com/WeblateOrg/language-data/>`_, language definitions for Weblate, see :ref:`languages`
|
|
|
|
.. include:: snippets/code-guide.rst
|
|
|
|
.. seealso::
|
|
|
|
The CI integration is very similar to :doc:`tests`.
|
|
|
|
.. seealso::
|
|
|
|
:doc:`code`
|