diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-05-17 22:04:47 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-05-17 22:04:47 +0200 |
| commit | 4774875896dec4098dba2981d562bd74e75c463f (patch) | |
| tree | 1d504277168a9a0de0d3ebc9569ee923dffbfca4 | |
| parent | ab268e18486b244f6633f2e013c12b6664a3661a (diff) | |
Fixed #6916 -- Wrong spelling of Spanish province.
| -rw-r--r-- | django/contrib/localflavor/es/es_provinces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/localflavor/es/es_provinces.py b/django/contrib/localflavor/es/es_provinces.py index 9f5e12680b..51f681f4fc 100644 --- a/django/contrib/localflavor/es/es_provinces.py +++ b/django/contrib/localflavor/es/es_provinces.py @@ -2,7 +2,7 @@ from django.utils.translation import ugettext_lazy as _ PROVINCE_CHOICES = ( - ('01', _('Arava')), + ('01', _('Araba')), ('02', _('Albacete')), ('03', _('Alacant')), ('04', _('Almeria')), |
