Commit 4eb06051 authored by Jannis Leidel's avatar Jannis Leidel
Browse files

Added Azerbaijani and Urdu to list of supported languages and added initial...

Added Azerbaijani and Urdu to list of supported languages and added initial core translations. Refs #15300.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15681 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 8a941081
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ LANGUAGE_CODE = 'en-us'
# should be the utf-8 encoded local name for the language.
LANGUAGES = (
    ('ar', gettext_noop('Arabic')),
    ('az', gettext_noop('Azerbaijani')),
    ('bg', gettext_noop('Bulgarian')),
    ('bn', gettext_noop('Bengali')),
    ('bs', gettext_noop('Bosnian')),
@@ -102,6 +103,7 @@ LANGUAGES = (
    ('th', gettext_noop('Thai')),
    ('tr', gettext_noop('Turkish')),
    ('uk', gettext_noop('Ukrainian')),
    ('ur', gettext_noop('Urdu')),
    ('vi', gettext_noop('Vietnamese')),
    ('zh-cn', gettext_noop('Simplified Chinese')),
    ('zh-tw', gettext_noop('Traditional Chinese')),
+3 KiB

File added.

No diff preview for this file type.

+1120 −0

File added.

Preview size limit exceeded, changes collapsed.

+68 −64

File changed.

Preview size limit exceeded, changes collapsed.

+17.5 KiB

File added.

No diff preview for this file type.

Loading