The Basics
This is a project that aims to allow django to present dates in local formats, including all the language peculiarities like gender, case, number etc.
This is (for now) a proof of concept from django ticket #4147 (http://code.djangoproject.com/ticket/4147) and the resulting discussion in Django groups (http://groups.google.com/group/Django-I18N/browse_thread/thread/3f5dfb2a9a10f904)
View the rationale behind it here: http://orestis.gr/en/blog/2007/07/17/django-localdates/
Project Home – http://code.google.com/p/django-localdates/Grab the Repository – svn checkout http://django-localdates.googlecode.com/svn/trunk/
Recent Commits
-
26 was committed 4 months, 4 weeks ago.
minor tweak on test template
-
24 was committed 4 months, 4 weeks ago.
* added Russian translation. Incomplete. Thanks, zgollum!
-
23 was committed 4 months, 4 weeks ago.
* added auto-escaping to fix issues 3 & 5 * Incorporated Finnish time fixes from akaihola Thanks, akaihola
-
22 was committed 4 months, 4 weeks ago.
fixed issue 4
-
21 was committed 4 months, 4 weeks ago.
ignored *.pyc
-
20 was committed 4 months, 4 weeks ago.
renamed django to _django to avoid conflicts
-
19 was committed 4 months, 4 weeks ago.
shuffled around directories, to fix issue 4. localdates now should be added to the PYTHONPATH instead of put into the django directory
-
18 was committed 6 months, 3 weeks ago.
and the messages
-
17 was committed 6 months, 3 weeks ago.
fixed typo
-
16 was committed 10 months, 3 weeks ago.
No commit message supplied.