Skip to content

Commit

Permalink
[Django-1.0.X] Fixed #9574 -- Hindi translation from Thejaswi Puthraya.
Browse files Browse the repository at this point in the history
Backport of r9422 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9426 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
mtredinnick committed Nov 14, 2008
1 parent 44e00a2 commit 4a561e3
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
Original file line number Diff line number Diff line change
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.
Loading

0 comments on commit 4a561e3

Please sign in to comment.