From 6fbe439b44ce254a1cf927d829df6588c6a14857 Mon Sep 17 00:00:00 2001 From: Wolfgang Kaltz Date: Tue, 3 Sep 2019 14:08:08 +0200 Subject: [PATCH] clarify docker usage --- doc/integrator/internationalization.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/integrator/internationalization.rst b/doc/integrator/internationalization.rst index 5bcd81c65d..7655ef61b0 100644 --- a/doc/integrator/internationalization.rst +++ b/doc/integrator/internationalization.rst @@ -38,15 +38,15 @@ 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 the following command: +To update your ``po`` files, you should proceed as follows. -For Docker project: +For a Docker project, stop your application, then do: .. code:: bash - ./docker-compose-run make --makefile=.mk update-po + ./docker-compose-run make --makefile=.mk update-po -For non Docker project: +For a non-Docker project, do: .. code:: bash