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

Added Swahili translation. Refs #17822.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17731 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 830900c2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -105,6 +105,7 @@ LANGUAGES = (
    ('sr', gettext_noop('Serbian')),
    ('sr-latn', gettext_noop('Serbian Latin')),
    ('sv', gettext_noop('Swedish')),
    ('sw', gettext_noop('Swahili')),
    ('ta', gettext_noop('Tamil')),
    ('te', gettext_noop('Telugu')),
    ('th', gettext_noop('Thai')),
+6 −0
Original line number Diff line number Diff line
@@ -365,6 +365,12 @@ LANG_INFO = {
        'name': 'Swedish',
        'name_local': u'Svenska',
    },
    'sw': {
        'bidi': False,
        'code': 'sw',
        'name': 'Swahili',
        'name_local': u'Kiswahili',
    },
    'ta': {
        'bidi': False,
        'code': 'ta',
+14.1 KiB

File added.

No diff preview for this file type.

+1209 −0

File added.

Preview size limit exceeded, changes collapsed.

+6.13 KiB

File added.

No diff preview for this file type.

Loading