1
0
mirror of https://github.com/django/django.git synced 2025-10-26 07:06:08 +00:00

fixed #1915: new argentinean spanish (es_AR) translation

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2976 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Georg Bauer
2006-05-24 14:22:05 +00:00
parent 31037f83e3
commit b6b64737fc
5 changed files with 2140 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ LANGUAGES = (
('el', _('Greek')),
('en', _('English')),
('es', _('Spanish')),
('es_AR', _('Argentinean Spanish')),
('fr', _('French')),
('gl', _('Galician')),
('hu', _('Hungarian')),