summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorSusanTan <onceuponatimeforever@gmail.com>2013-07-06 18:24:38 -0700
committerTim Graham <timograham@gmail.com>2013-07-09 07:16:45 -0400
commit5192dbbf5546eb62e1c24d36d91f270b1a2b5eaf (patch)
tree4a240e8aa76008c04018d65d938a9ed352c75bdc /docs/topics
parent0a91a8dbe3e406d5a321bdcea0d1ab82110c157f (diff)
[1.5.x] Fixed #18261 -- Clarified 'project root directory'
Backport of ef3fddf26e from master
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/i18n/translation.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt
index 3a315a8c11..446c313ef6 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -1199,8 +1199,9 @@ German.
The script should be run from one of two places:
-* The root directory of your Django project.
-* The root directory of your Django app.
+* The root directory of your Django project (the one that contains
+ ``manage.py``).
+* The root directory of one of your Django apps.
The script runs over your project source tree or your application source tree
and pulls out all strings marked for translation (see