Branch: refs/heads/stable/1.7.x
Home:
https://github.com/django/django
Commit: a69534ddd4308d19a06f323037e74205e5192ac9
https://github.com/django/django/commit/a69534ddd4308d19a06f323037e74205e5192ac9
Author: Claude Paroz <
cla...@2xlibre.net>
Date: 2014-05-19 (Mon, 19 May 2014)
Changed paths:
R django/contrib/sitemaps/locale/en/LC_MESSAGES/django.po
R django/contrib/staticfiles/locale/en/LC_MESSAGES/django.po
R django/contrib/syndication/locale/en/LC_MESSAGES/django.po
R django/contrib/webdesign/locale/en/LC_MESSAGES/django.po
Log Message:
-----------
[1.7.x] Removed locale dirs for single-message apps
Considering that these apps only translate their app name, it's not
worth having a whole bunch of po files just for that. The translatable
app name for those apps will be integrated in Django core catalog.
Backport of a1f0c4c697 from master.