Skip to content

Commit

Permalink
Added Esperanto to the list of languages. Refs #17822.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jezdez committed Mar 14, 2012
1 parent fe88a6a commit aaa6a1e
Show file tree
Hide file tree
Showing 34 changed files with 7,281 additions and 0 deletions.
1 change: 1 addition & 0 deletions django/conf/global_settings.py
Expand Up @@ -58,6 +58,7 @@
('el', gettext_noop('Greek')),
('en', gettext_noop('English')),
('en-gb', gettext_noop('British English')),
('eo', gettext_noop('Esperanto')),
('es', gettext_noop('Spanish')),
('es-ar', gettext_noop('Argentinian Spanish')),
('es-mx', gettext_noop('Mexican Spanish')),
Expand Down
6 changes: 6 additions & 0 deletions django/conf/locale/__init__.py
Expand Up @@ -77,6 +77,12 @@
'name': 'British English',
'name_local': u'British English',
},
'eo': {
'bidi': False,
'code': 'eo',
'name': 'Esperanto',
'name_local': u'Esperanto',
},
'es': {
'bidi': False,
'code': 'es',
Expand Down
Binary file added django/conf/locale/eo/LC_MESSAGES/django.mo
Binary file not shown.

0 comments on commit aaa6a1e

Please sign in to comment.