Skip to content

Commit

Permalink
Added _n to gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
matllubos committed May 11, 2018
1 parent 909b272 commit 5556153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chamber/management/commands/makemessages.py
Expand Up @@ -4,6 +4,7 @@
class Command(makemessages.Command):
extra_args = [
'--keyword=_l',
'--keyword=_n:1,2',
'--keyword=_nl:1,2',
'--keyword=_p:1c,2',
'--keyword=_np:1c,2,3',
Expand Down

0 comments on commit 5556153

Please sign in to comment.