django1/django/utils/translation
Malcolm Tredinnick 0a3c8f03e0 Fixed #6409 -- Unbreak compound locale name parsing (e.g. zh-cn).
This was inadvertently broken back in [6608]. Slightly backwards-incompatible:
people specifying "es_AR" in their LANGUAGES list will need to change that to
"es-ar". Thanks, simonb and Ramiro Morales for making the effort to fix this.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7091 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-02-06 01:04:30 +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 #6409 -- Unbreak compound locale name parsing (e.g. zh-cn). 2008-02-06 01:04:30 +00:00