Skip to content

Commit

Permalink
Added Nepali translation. Refs #17822.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17730 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jezdez committed Mar 14, 2012
1 parent 0e5a14c commit 12da186
Show file tree
Hide file tree
Showing 34 changed files with 7,150 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 @@ -89,8 +89,9 @@
('mk', gettext_noop('Macedonian')),
('ml', gettext_noop('Malayalam')),
('mn', gettext_noop('Mongolian')),
('nl', gettext_noop('Dutch')),
('nb', gettext_noop('Norwegian Bokmal')),
('ne', gettext_noop('Nepali')),
('nl', gettext_noop('Dutch')),
('nn', gettext_noop('Norwegian Nynorsk')),
('pa', gettext_noop('Punjabi')),
('pl', gettext_noop('Polish')),
Expand Down
6 changes: 6 additions & 0 deletions django/conf/locale/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,12 @@
'name': 'Norwegian Bokmal',
'name_local': u'Norsk (bokm\xe5l)',
},
'ne': {
'bidi': False,
'code': 'ne',
'name': 'Nepali',
'name_local': u'\u0928\u0947\u092a\u093e\u0932\u0940',
},
'nl': {
'bidi': False,
'code': 'nl',
Expand Down
Binary file added django/conf/locale/ne/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 12da186

Please sign in to comment.