Added Uzbek language.

This commit is contained in:
Claude Paroz 2019-09-27 22:43:36 +02:00 committed by Mariusz Felisiak
parent 7286eaf681
commit 6ccb1b68bc
4 changed files with 14 additions and 1 deletions

View File

@ -136,6 +136,7 @@ LANGUAGES = [
('udm', gettext_noop('Udmurt')), ('udm', gettext_noop('Udmurt')),
('uk', gettext_noop('Ukrainian')), ('uk', gettext_noop('Ukrainian')),
('ur', gettext_noop('Urdu')), ('ur', gettext_noop('Urdu')),
('uz', gettext_noop('Uzbek')),
('vi', gettext_noop('Vietnamese')), ('vi', gettext_noop('Vietnamese')),
('zh-hans', gettext_noop('Simplified Chinese')), ('zh-hans', gettext_noop('Simplified Chinese')),
('zh-hant', gettext_noop('Traditional Chinese')), ('zh-hant', gettext_noop('Traditional Chinese')),

View File

@ -536,6 +536,12 @@ LANG_INFO = {
'name': 'Urdu', 'name': 'Urdu',
'name_local': 'اردو', 'name_local': 'اردو',
}, },
'uz': {
'bidi': False,
'code': 'uz',
'name': 'Uzbek',
'name_local': 'oʻzbek tili',
},
'vi': { 'vi': {
'bidi': False, 'bidi': False,
'code': 'vi', 'code': 'vi',

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: 2019-09-08 17:27+0200\n" "POT-Creation-Date: 2019-09-27 22:40+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"
@ -362,6 +362,10 @@ msgstr ""
msgid "Urdu" msgid "Urdu"
msgstr "" msgstr ""
#: conf/global_settings.py:139
msgid "Uzbek"
msgstr ""
#: conf/global_settings.py:139 #: conf/global_settings.py:139
msgid "Vietnamese" msgid "Vietnamese"
msgstr "" msgstr ""

View File

@ -219,6 +219,8 @@ Internationalization
language cookies. The default values of these settings preserve the previous language cookies. The default values of these settings preserve the previous
behavior. behavior.
* Added support and translations for the Uzbek language.
Logging Logging
~~~~~~~ ~~~~~~~