diff options
| -rw-r--r-- | docs/translation.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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/<app>/locale/<language>/LC_MESSAGES/django.(po|mo) +- $APPPATH/locale/<language>/LC_MESSAGES/django.(po|mo) - $PROJECTPATH/locale/<language>/LC_MESSAGES/django.(po|mo) +- all paths listed in LOCALE_PATHS in your settings file are + searched in that order for <language>/LC_MESSAGES/django.(po|mo) - $PYTHONPATH/django/conf/locale/<language>/LC_MESSAGES/django.(po|mo) Actually the appliaction doesn't need to be stored below the project path - |
