| 17 | | print "this script should be run from the django svn tree or your project or app tree" |
|---|
| | 17 | print "This script should be run from the django svn tree or your project or app tree." |
|---|
| | 18 | print "If you did indeed run it from the svn checkout or your project or application," |
|---|
| | 19 | print "maybe you are just missing the conf/locale (in the django tree) or locale (for project" |
|---|
| | 20 | print "and application) directory?" |
|---|
| | 21 | print "make-messages.py doesn't create it automatically, you have to create it by hand if" |
|---|
| | 22 | print "you want to enable i18n for your project or application." |
|---|