Skip to content

Commit

Permalink
Add doc for translation in docker projects
Browse files Browse the repository at this point in the history
  • Loading branch information
llienher committed Dec 4, 2018
1 parent 7073236 commit b98969a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion doc/integrator/internationalization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,20 @@ The files to translate are:
All the ``#, fuzzy`` strings should be verified and the line should be removed
(if the line is not removed, the localisation will not be used).

To update the ``po`` files, you must run this specific target:
To update the ``po`` files, you must run this specific targets.

For non Docker project:

.. code:: bash
./docker-run make --makefile=<package>.mk update-po
For Docker project:

.. code:: bash
./docker-compose-run make -f <package>.mk update-po
.. note::

You should run this command when you change something in the following:
Expand Down

0 comments on commit b98969a

Please sign in to comment.