diff --git a/docs/translation.txt b/docs/translation.txt index e63009883b..2a95286e0e 100644 --- a/docs/translation.txt +++ b/docs/translation.txt @@ -276,8 +276,10 @@ want to do that. Or you can just build a big project out of several apps and put all translations into one big project message file. The choice is yours. All message file repositories are structured the same. They are: -- $PROJECTPATH/apps//locale//LC_MESSAGES/django.(po|mo) +- $APPPATH/locale//LC_MESSAGES/django.(po|mo) - $PROJECTPATH/locale//LC_MESSAGES/django.(po|mo) +- all paths listed in LOCALE_PATHS in your settings file are + searched in that order for /LC_MESSAGES/django.(po|mo) - $PYTHONPATH/django/conf/locale//LC_MESSAGES/django.(po|mo) Actually the appliaction doesn't need to be stored below the project path -