Skip to content

Commit 4d8cc40

Browse files
Refs #37020 -- Corrected example command to update translation catalogs.
Passing the --domain flag again just overwrites the prior value.
1 parent 6f030e8 commit 4d8cc40

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/internals/howto-release-django.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,9 @@ You're almost done! All that's left to do now is:
726726
.. code-block:: shell
727727

728728
$ cd django
729-
$ django-admin makemessages -l en --domain=djangojs --domain=django
729+
$ django-admin makemessages -l en --domain=django
730+
processing locale en
731+
$ django-admin makemessages -l en --domain=djangojs
730732
processing locale en
731733

732734
#. Review the diff before pushing and avoid committing changes to the

0 commit comments

Comments
 (0)