mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-28 14:57:13 +08:00
14 lines
288 B
ReStructuredText
14 lines
288 B
ReStructuredText
Developing addons
|
|
=================
|
|
|
|
:ref:`addons` are way to customize localization workflow in Weblate.
|
|
|
|
.. currentmodule:: weblate.addons.base
|
|
|
|
.. autoclass:: BaseAddon
|
|
:members:
|
|
|
|
Here is an example addon:
|
|
|
|
.. literalinclude:: ../../weblate/addons/example.py
|
|
:language: python
|