Changes between Initial Version and Version 1 of Ticket #33068, comment 3


Ignore:
Timestamp:
Sep 3, 2021, 4:35:17 PM (3 years ago)
Author:
Satyajeet Kanetkar

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33068, comment 3

    initial v1  
    22
    33Before 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:
     4Simplest would be to add the below snippet at the end of the `urls.py` (or other python file) of the default scaffolding:
    55
    66{{{
Back to Top