Skip to content

Commit 13def7b

Browse files
authored
Merge pull request #349 from creativecommons/update-docs
correct static file generation description
2 parents 81fd029 + cb6c8ad commit 13def7b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ Gettext files are created or changed.
487487
488488
1. Ensure the [Data Repository](#data-repository), above, is in place
489489
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)
491491
```shell
492492
docker compose exec app ./manage.py compilemessages
493493
```
@@ -508,7 +508,8 @@ not push any commits (`--nopush` is implied by `--nogit`).
508508
509509
1. Ensure the [Data Repository](#data-repository), above, is in place
510510
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:
512513
```shell
513514
docker compose exec app ./manage.py publish --nogit --branch=main
514515
```

0 commit comments

Comments
 (0)