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:11:41 -0400
commitef3fddf26e8bfe956a52c2aa678db6637caf7adf (patch)
tree79323eb3b668c2e3c9dc30c5e6b60bafdf68c4d2 /docs/topics
parent95eb68c98fe2dc95277d4e26a0316d856dc868dd (diff)
Fixed #18261 -- Clarified 'project root directory'
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 80925d7648..0d51bac504 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -1238,8 +1238,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