[1.7.x] Added new supported languages

This commit is contained in:
Claude Paroz 2014-08-23 11:29:56 +02:00
parent c19c7c192c
commit 46393980cf
3 changed files with 34 additions and 1 deletions

View File

@ -50,6 +50,7 @@ LANGUAGE_CODE = 'en-us'
LANGUAGES = ( LANGUAGES = (
('af', gettext_noop('Afrikaans')), ('af', gettext_noop('Afrikaans')),
('ar', gettext_noop('Arabic')), ('ar', gettext_noop('Arabic')),
('ast', gettext_noop('Asturian')),
('az', gettext_noop('Azerbaijani')), ('az', gettext_noop('Azerbaijani')),
('bg', gettext_noop('Bulgarian')), ('bg', gettext_noop('Bulgarian')),
('be', gettext_noop('Belarusian')), ('be', gettext_noop('Belarusian')),
@ -85,6 +86,7 @@ LANGUAGES = (
('hu', gettext_noop('Hungarian')), ('hu', gettext_noop('Hungarian')),
('ia', gettext_noop('Interlingua')), ('ia', gettext_noop('Interlingua')),
('id', gettext_noop('Indonesian')), ('id', gettext_noop('Indonesian')),
('io', gettext_noop('Ido')),
('is', gettext_noop('Icelandic')), ('is', gettext_noop('Icelandic')),
('it', gettext_noop('Italian')), ('it', gettext_noop('Italian')),
('ja', gettext_noop('Japanese')), ('ja', gettext_noop('Japanese')),
@ -99,6 +101,7 @@ LANGUAGES = (
('mk', gettext_noop('Macedonian')), ('mk', gettext_noop('Macedonian')),
('ml', gettext_noop('Malayalam')), ('ml', gettext_noop('Malayalam')),
('mn', gettext_noop('Mongolian')), ('mn', gettext_noop('Mongolian')),
('mr', gettext_noop('Marathi')),
('my', gettext_noop('Burmese')), ('my', gettext_noop('Burmese')),
('nb', gettext_noop('Norwegian Bokmal')), ('nb', gettext_noop('Norwegian Bokmal')),
('ne', gettext_noop('Nepali')), ('ne', gettext_noop('Nepali')),

View File

@ -17,6 +17,12 @@ LANG_INFO = {
'name': 'Arabic', 'name': 'Arabic',
'name_local': 'العربيّة', 'name_local': 'العربيّة',
}, },
'ast': {
'bidi': False,
'code': 'ast',
'name': 'Asturian',
'name_local': 'asturianu',
},
'az': { 'az': {
'bidi': True, 'bidi': True,
'code': 'az', 'code': 'az',
@ -221,6 +227,12 @@ LANG_INFO = {
'name': 'Interlingua', 'name': 'Interlingua',
'name_local': 'Interlingua', 'name_local': 'Interlingua',
}, },
'io': {
'bidi': False,
'code': 'io',
'name': 'Ido',
'name_local': 'ido',
},
'id': { 'id': {
'bidi': False, 'bidi': False,
'code': 'id', 'code': 'id',
@ -311,6 +323,12 @@ LANG_INFO = {
'name': 'Mongolian', 'name': 'Mongolian',
'name_local': 'Mongolian', 'name_local': 'Mongolian',
}, },
'mr': {
'bidi': False,
'code': 'mr',
'name': 'Marathi',
'name_local': 'मराठी',
},
'my': { 'my': {
'bidi': False, 'bidi': False,
'code': 'my', 'code': 'my',

View File

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Django\n" "Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-26 13:48+0200\n" "POT-Creation-Date: 2014-08-23 14:10+0200\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n" "PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n" "Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n" "Language-Team: English <en@li.org>\n"
@ -21,6 +21,10 @@ msgstr ""
msgid "Arabic" msgid "Arabic"
msgstr "" msgstr ""
#: conf/global_settings.py:53
msgid "Asturian"
msgstr ""
#: conf/global_settings.py:53 #: conf/global_settings.py:53
msgid "Azerbaijani" msgid "Azerbaijani"
msgstr "" msgstr ""
@ -161,6 +165,10 @@ msgstr ""
msgid "Indonesian" msgid "Indonesian"
msgstr "" msgstr ""
#: conf/global_settings.py:88
msgid "Ido"
msgstr ""
#: conf/global_settings.py:88 #: conf/global_settings.py:88
msgid "Icelandic" msgid "Icelandic"
msgstr "" msgstr ""
@ -217,6 +225,10 @@ msgstr ""
msgid "Mongolian" msgid "Mongolian"
msgstr "" msgstr ""
#: conf/global_settings.py:102
msgid "Marathi"
msgstr ""
#: conf/global_settings.py:102 #: conf/global_settings.py:102
msgid "Burmese" msgid "Burmese"
msgstr "" msgstr ""