summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2026-04-02 13:14:26 -0400
committerJacob Walls <jacobtylerwalls@gmail.com>2026-04-10 13:37:12 -0400
commit4d8cc40c730cf0daf1d0c9a7e5ccd198b269b3ad (patch)
treedfcf0e3e5ea7a6c7d2004271cdf81f954a92b040 /docs
parent6f030e8e5d13ee94bf45d4322c17ca7c2d8aaffb (diff)
Refs #37020 -- Corrected example command to update translation catalogs.
Passing the --domain flag again just overwrites the prior value.
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/howto-release-django.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt
index f8b9005691..69795c76f7 100644
--- a/docs/internals/howto-release-django.txt
+++ b/docs/internals/howto-release-django.txt
@@ -726,7 +726,9 @@ You're almost done! All that's left to do now is:
.. code-block:: shell
$ cd django
- $ django-admin makemessages -l en --domain=djangojs --domain=django
+ $ django-admin makemessages -l en --domain=django
+ processing locale en
+ $ django-admin makemessages -l en --domain=djangojs
processing locale en
#. Review the diff before pushing and avoid committing changes to the