Author: jbronn
Date: 2010-10-12 20:23:07 -0500 (Tue, 12 Oct 2010)
New Revision: 14195

Modified:
   django/trunk/django/contrib/localflavor/id/id_choices.py
Log:
Fixed #13830 -- Updated province name in Indonesian localflavor.  Thanks, rodin.

Modified: django/trunk/django/contrib/localflavor/id/id_choices.py
===================================================================
--- django/trunk/django/contrib/localflavor/id/id_choices.py    2010-10-13 
00:33:10 UTC (rev 14194)
+++ django/trunk/django/contrib/localflavor/id/id_choices.py    2010-10-13 
01:23:07 UTC (rev 14195)
@@ -6,6 +6,7 @@
 # I decided to use unambiguous and consistent (some are common) 3-letter codes.
 
 PROVINCE_CHOICES = (
+    ('ACE', _('Aceh')),
     ('BLI', _('Bali')),
     ('BTN', _('Banten')),
     ('BKL', _('Bengkulu')),
@@ -25,7 +26,6 @@
     ('LPG', _('Lampung')),
     ('MLK', _('Maluku')),
     ('MUT', _('Maluku Utara')),
-    ('NAD', _('Nanggroe Aceh Darussalam')),
     ('NTB', _('Nusa Tenggara Barat')),
     ('NTT', _('Nusa Tenggara Timur')),
     ('PPA', _('Papua')),

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to