File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ Gettext files are created or changed.
487
487
488
488
1. Ensure the [Data Repository](# data-repository), above, is in place
489
489
2. Ensure [Docker Compose Setup](# docker-compose-setup), above, is complete
490
- 3. Compile translation messages (update ` .mo` files)
490
+ 3. Compile translation messages (update the ` .mo` machine object Gettext files)
491
491
` ` ` shell
492
492
docker compose exec app ./manage.py compilemessages
493
493
` ` `
@@ -508,7 +508,8 @@ not push any commits (`--nopush` is implied by `--nogit`).
508
508
509
509
1. Ensure the [Data Repository](# data-repository), above, is in place
510
510
2. Ensure [Docker Compose Setup](# docker-compose-setup), above, is complete
511
- 3. Compile translation messages (update the ` .mo` machine object Gettext files)
511
+ 3. Delete the contents of the ` docs/` directory and then recreate/copy the
512
+ static files it should contain:
512
513
` ` ` shell
513
514
docker compose exec app ./manage.py publish --nogit --branch=main
514
515
` ` `
You can’t perform that action at this time.
0 commit comments