Skip to content

Commit

Permalink
Fixed #9574 -- Hindi translation from Thejaswi Puthraya.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9422 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Nov 14, 2008
1 parent 577f09f commit e31ed8f
Show file tree
Hide file tree
Showing 5 changed files with 4,239 additions and 1 deletion.
3 changes: 2 additions & 1 deletion django/conf/global_settings.py
Expand Up @@ -52,7 +52,7 @@
('el', gettext_noop('Greek')),
('en', gettext_noop('English')),
('es', gettext_noop('Spanish')),
('et', gettext_noop('Estonian')),
('et', gettext_noop('Estonian')),
('es-ar', gettext_noop('Argentinean Spanish')),
('eu', gettext_noop('Basque')),
('fa', gettext_noop('Persian')),
Expand All @@ -62,6 +62,7 @@
('gl', gettext_noop('Galician')),
('hu', gettext_noop('Hungarian')),
('he', gettext_noop('Hebrew')),
('hi', gettext_noop('Hindi')),
('hr', gettext_noop('Croatian')),
('is', gettext_noop('Icelandic')),
('it', gettext_noop('Italian')),
Expand Down
Binary file added django/conf/locale/hi/LC_MESSAGES/django.mo
Binary file not shown.

0 comments on commit e31ed8f

Please sign in to comment.