mirror of
https://github.com/django/django.git
synced 2025-07-04 17:59:13 +00:00
-d isn't used at the moment
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@727 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
98d7430609
commit
5354de5ddd
@ -26,7 +26,7 @@ for o, v in opts:
|
||||
domain = v
|
||||
|
||||
if lang is None or domain is None:
|
||||
print "usage: make-messages.py -l <language> -d <domain>"
|
||||
print "usage: make-messages.py -l <language>"
|
||||
sys.exit(1)
|
||||
|
||||
basedir = os.path.join(basedir, lang, 'LC_MESSAGES')
|
||||
|
Loading…
x
Reference in New Issue
Block a user