@@ -1499,21 +1499,31 @@ Update POT file (Sphinx)
14991499.. versionadded :: 5.17
15001500
15011501:Add-on ID: ``weblate.gettext.sphinx ``
1502- :Configuration: +----------------------+----------------------+----------------------------------------------------------------------------------+
1503- | ``interval`` | Update frequency | How often the add-on should update the POT file when the component is refreshed. |
1504- | | | |
1505- | | | .. list-table:: Available choices: |
1506- | | | :width: 100% |
1507- | | | |
1508- | | | * - ``daily`` |
1509- | | | - Daily |
1510- | | | * - ``weekly`` |
1511- | | | - Weekly |
1512- | | | * - ``monthly`` |
1513- | | | - Monthly |
1514- +----------------------+----------------------+----------------------------------------------------------------------------------+
1515- | ``normalize_header `` | Normalize POT header | Updates selected gettext header fields using component configuration. |
1516- +----------------------+----------------------+----------------------------------------------------------------------------------+
1502+ :Configuration: +----------------------+----------------------+-------------------------------------------------------------------------------------+
1503+ | ``interval`` | Update frequency | How often the add-on should update the POT file when the component is refreshed. |
1504+ | | | |
1505+ | | | .. list-table:: Available choices: |
1506+ | | | :width: 100% |
1507+ | | | |
1508+ | | | * - ``daily`` |
1509+ | | | - Daily |
1510+ | | | * - ``weekly`` |
1511+ | | | - Weekly |
1512+ | | | * - ``monthly`` |
1513+ | | | - Monthly |
1514+ +----------------------+----------------------+-------------------------------------------------------------------------------------+
1515+ | ``normalize_header `` | Normalize POT header | Updates selected gettext header fields using component configuration. |
1516+ +----------------------+----------------------+-------------------------------------------------------------------------------------+
1517+ | ``filter_mode `` | Filtering | Optionally remove strings that are not useful to translate after Sphinx extraction. |
1518+ | | | |
1519+ | | | .. list-table:: Available choices: |
1520+ | | | :width: 100% |
1521+ | | | |
1522+ | | | * - ``none `` |
1523+ | | | - None |
1524+ | | | * - ``weblate_docs `` |
1525+ | | | - Weblate documentation |
1526+ +----------------------+----------------------+-------------------------------------------------------------------------------------+
15171527
15181528:Triggers: :ref: `addon-event-add-on-installation `, :ref: `addon-event-repository-post-update `
15191529
0 commit comments