Skip to content

Commit

Permalink
new .po file structure without locations (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
gannebamm authored Mar 3, 2021
1 parent f3634ef commit d3f2833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contribute/translation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d3f2833

Please sign in to comment.