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

fixed #1831: added hungarian translation

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2913 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Georg Bauer
2006-05-16 07:41:39 +00:00
parent 25816ea383
commit d2ba1c3cca
5 changed files with 1919 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ LANGUAGES = (
('es', _('Spanish')),
('fr', _('French')),
('gl', _('Galician')),
('hu', _('Hungarian')),
('he', _('Hebrew')),
('is', _('Icelandic')),
('it', _('Italian')),