diff options
| author | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-04-16 12:55:37 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-04 21:02:02 -0400 |
| commit | 40f0a84cb151669313faadf857aaddd18d39aaeb (patch) | |
| tree | fcfa0aea3ee68d0c17dfa91679e0d6b6fb14af81 /docs/topics | |
| parent | 7bda2d8ebc7833747363ac837fecb6535c817dcd (diff) | |
Fixed #24159 -- Made compilemessages run across all apps.
Updated the command to match the documentation, which states it
runs over all .po files.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/i18n/translation.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index d3f68d2ca5..8e32f71bdc 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -1583,6 +1583,11 @@ which you ran :djadmin:`django-admin makemessages <makemessages>`, run That's it. Your translations are ready for use. +.. versionchanged:: 1.9 + + ``compilemessages`` now matches the operation of :djadmin:`makemessages`, + scanning the project tree for ``.po`` files to compile. + .. admonition:: Working on Windows? If you're using Windows and need to install the GNU gettext utilities so |
