canaille-globuzma/doc/locales
Hosted Weblate 028c7ecb33
Update translation files
Updated by "Update PO files to match POT (msgmerge)" add-on in Weblate.

Translation: Canaille/Documentation
Translate-URL: https://hosted.weblate.org/projects/canaille/documentation/
2024-11-24 19:34:42 +01:00
..
fr/LC_MESSAGES Update translation files 2024-11-24 19:34:42 +01:00
doc.pot doc: translation catalog update 2024-11-24 19:31:15 +01:00
readme.rst doc: use compact gettext catalogs 2024-11-22 17:47:44 +01:00

Documentation translation
Translations are done with `Weblate <https://hosted.weblate.org/projects/canaille/canaille>`_.

The following commands are there as documentation, only the message extraction and the language addition is needed for contributors.

Message extraction
~~~~~~~~~~~~~~~~~~

After you have edited translatable strings, you should extract the messages with:

.. code-block:: bash

    sphinx-build --builder gettext doc doc/locales

Language addition
~~~~~~~~~~~~~~~~~

You can add a new language manually with the following command, however this should not be needed as Weblate takes car of this:

.. code-block:: bash

    sphinx-intl update --pot-dir doc/locales --locale-dir doc/locales -l fr

Build the documentation in another language
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. code-block:: bash

    sphinx-build --builder html --define language=fr doc build/sphinx/html/fr