Skip to content

Commit

Permalink
Add _g as expected keyword for makemessages
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kubov committed Mar 4, 2024
1 parent 0ae277b commit cab3dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chamber/management/commands/makemessages.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def _remove_pot_creation_date(pofile):

class Command(makemessages.Command):
extra_args = [
'--keyword=_g',
'--keyword=_l',
'--keyword=_n:1,2',
'--keyword=_nl:1,2',
Expand Down

0 comments on commit cab3dec

Please sign in to comment.