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')),
('uk', gettext_noop('Ukrainian')),
('ur', gettext_noop('Urdu')),
('uz', gettext_noop('Uzbek')),
('vi', gettext_noop('Vietnamese')),
('zh-hans', gettext_noop('Simplified Chinese')),
('zh-hant', gettext_noop('Traditional Chinese')),

View File

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

View File

@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\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"
"Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n"
@ -362,6 +362,10 @@ msgstr ""
msgid "Urdu"
msgstr ""
#: conf/global_settings.py:139
msgid "Uzbek"
msgstr ""
#: conf/global_settings.py:139
msgid "Vietnamese"
msgstr ""

View File

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