django1/django/utils/translation
Malcolm Tredinnick 72544950e1 Fixed #7163 -- Fixed a translation-sharing problem so that you can have en-gb
and en-us at the app-level, even though Django only has an "en" translation
(for example). Analysis and patch from ognjen.maric@gmail.com.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7857 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-07 01:57:05 +00:00
..
__init__.py Fixed #2920 -- Removed _() from builtins. 2007-10-21 17:14:25 +00:00
trans_null.py Translating safe strings should return a safe result. 2007-11-17 12:11:54 +00:00
trans_real.py Fixed #7163 -- Fixed a translation-sharing problem so that you can have en-gb 2008-07-07 01:57:05 +00:00