Commit e47b92da authored by Jannis Leidel's avatar Jannis Leidel
Browse files

Added Esperanto to the list of languages. Refs #17822.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 4f4cdc8d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ LANGUAGES = (
    ('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')),
+6 −0
Original line number Diff line number Diff line
@@ -77,6 +77,12 @@ LANG_INFO = {
        'name': 'British English',
        'name_local': u'British English',
    },
    'eo': {
        'bidi': False,
        'code': 'eo',
        'name': 'Esperanto',
        'name_local': u'Esperanto',
    },
    'es': {
        'bidi': False,
        'code': 'es',
+16.8 KiB

File added.

No diff preview for this file type.

+1230 −0

File added.

Preview size limit exceeded, changes collapsed.

+14.4 KiB

File added.

No diff preview for this file type.

Loading