Changes between Initial Version and Version 1 of Ticket #33068, comment 3
- Timestamp:
- Sep 3, 2021, 4:35:17 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33068, comment 3
initial v1 2 2 3 3 Before running `compilemessages`/`makemessages` you need to add at least one custom translation so that gettext actually has reason to modify the `.po` file. 4 Simplest would be to add the below snippet at the end of the `urls.py` of the default scaffolding:4 Simplest would be to add the below snippet at the end of the `urls.py` (or other python file) of the default scaffolding: 5 5 6 6 {{{