Ticket #8415: nl_provinces.patch
File nl_provinces.patch, 543 bytes (added by , 16 years ago) |
---|
-
django/trunk/django/contrib/localflavor/nl/nl_provinces.py
1 1 from django.utils.translation import ugettext_lazy as _ 2 2 3 3 PROVINCE_CHOICES = ( 4 ('DR', _('Drent e')),4 ('DR', _('Drenthe')), 5 5 ('FL', _('Flevoland')), 6 6 ('FR', _('Friesland')), 7 7 ('GL', _('Gelderland')),