From d3f2833818e2715435b6612faea963dda8adc15f Mon Sep 17 00:00:00 2001 From: Florian Hoedt Date: Wed, 3 Mar 2021 16:15:38 +0100 Subject: [PATCH] new .po file structure without locations (#83) --- contribute/translation/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contribute/translation/index.rst b/contribute/translation/index.rst index a82e6f11..c41b29e8 100644 --- a/contribute/translation/index.rst +++ b/contribute/translation/index.rst @@ -127,8 +127,8 @@ Identify the corresponding template file which is responsible for outputting the .. code-block:: shell - django-admin makemessages -l en -d django -e "html,txt,py" -i docs - django-admin makemessages -l en -d djangojs -e "js" -i docs -i node_modules -i lib + django-admin makemessages --no-location -l en -d django -e "html,txt,py" -i docs + django-admin makemessages --no-location -l en -d djangojs -e "js" -i docs -i node_modules -i lib This will update the english .po file. also to update the language which should be edited by settings the ``-l fr`` parameter. Continue with updating the .po file as described above.