Skip to content

Commit

Permalink
Merge pull request #3496 from yakky/feature/messages
Browse files Browse the repository at this point in the history
Add djangojs domain to makemessages
  • Loading branch information
yakky committed Oct 7, 2014
2 parents 9eeef59 + f767932 commit 5814318
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions develop.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ def makemessages():
from django.core.management import call_command
os.chdir('cms')
call_command('makemessages', locale=('en',))
call_command('makemessages', locale=('en',), domain='djangojs')


def shell():
Expand Down

0 comments on commit 5814318

Please sign in to comment.