Just found a minor error in nl_provinces.py. The official spelling of
this cute province up north really should be "Drenthe" ;-)

Does this need a ticket or will someone pick it up from here?

Thanks in advance anyway. Regards, groetjes, Niels

svn diff trunk/django/
Index: trunk/django/contrib/localflavor/nl/nl_provinces.py
===================================================================
--- trunk/django/contrib/localflavor/nl/nl_provinces.py (revision
8354)
+++ trunk/django/contrib/localflavor/nl/nl_provinces.py (working copy)
@@ -1,7 +1,7 @@
 from django.utils.translation import ugettext_lazy as _

 PROVINCE_CHOICES = (
-    ('DR', _('Drente')),
+    ('DR', _('Drenthe')),
     ('FL', _('Flevoland')),
     ('FR', _('Friesland')),
     ('GL', _('Gelderland')),


On Jul 27, 9:11 pm, Rudolph <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've completed the Dutch 
> translations:http://code.djangoproject.com/ticket/7991
> Please have a look and feel free to post a corrected file. I'll try to
> keep it at 100% until Django 1.0 is launched.
>
> Dank!
>
> Rudolph
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django I18N" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Django-I18N?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to