mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Added Uyghur language.
This commit is contained in:
		| @@ -141,6 +141,7 @@ LANGUAGES = [ | ||||
|     ("tr", gettext_noop("Turkish")), | ||||
|     ("tt", gettext_noop("Tatar")), | ||||
|     ("udm", gettext_noop("Udmurt")), | ||||
|     ("ug", gettext_noop("Uyghur")), | ||||
|     ("uk", gettext_noop("Ukrainian")), | ||||
|     ("ur", gettext_noop("Urdu")), | ||||
|     ("uz", gettext_noop("Uzbek")), | ||||
| @@ -150,7 +151,7 @@ LANGUAGES = [ | ||||
| ] | ||||
|  | ||||
| # Languages using BiDi (right-to-left) layout | ||||
| LANGUAGES_BIDI = ["he", "ar", "ar-dz", "ckb", "fa", "ur"] | ||||
| LANGUAGES_BIDI = ["he", "ar", "ar-dz", "ckb", "fa", "ug", "ur"] | ||||
|  | ||||
| # If you set this to False, Django will make some optimizations so as not | ||||
| # to load the internationalization machinery. | ||||
|   | ||||
| @@ -566,6 +566,12 @@ LANG_INFO = { | ||||
|         "name": "Udmurt", | ||||
|         "name_local": "Удмурт", | ||||
|     }, | ||||
|     "ug": { | ||||
|         "bidi": True, | ||||
|         "code": "ug", | ||||
|         "name": "Uyghur", | ||||
|         "name_local": "ئۇيغۇرچە", | ||||
|     }, | ||||
|     "uk": { | ||||
|         "bidi": False, | ||||
|         "code": "uk", | ||||
|   | ||||
| @@ -382,6 +382,10 @@ msgstr "" | ||||
| msgid "Udmurt" | ||||
| msgstr "" | ||||
|  | ||||
| #: conf/global_settings.py:148 | ||||
| msgid "Uyghur" | ||||
| msgstr "" | ||||
|  | ||||
| #: conf/global_settings.py:149 | ||||
| msgid "Ukrainian" | ||||
| msgstr "" | ||||
|   | ||||
							
								
								
									
										0
									
								
								django/conf/locale/ug/__init__.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								django/conf/locale/ug/__init__.py
									
									
									
									
									
										Normal file
									
								
							
							
								
								
									
										14
									
								
								django/conf/locale/ug/formats.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								django/conf/locale/ug/formats.py
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| # This file is distributed under the same license as the Django package. | ||||
| # | ||||
| # The *_FORMAT strings use the Django date format syntax, | ||||
| # see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date | ||||
| DATE_FORMAT = "j F Y" | ||||
| TIME_FORMAT = "G:i" | ||||
| YEAR_MONTH_FORMAT = "F Y" | ||||
| MONTH_DAY_FORMAT = "j F" | ||||
| SHORT_DATE_FORMAT = "Y/m/d" | ||||
| SHORT_DATETIME_FORMAT = "Y/m/d G:i" | ||||
| FIRST_DAY_OF_WEEK = 1 | ||||
| DECIMAL_SEPARATOR = "." | ||||
| THOUSAND_SEPARATOR = "," | ||||
| NUMBER_GROUPING = 3 | ||||
| @@ -326,7 +326,7 @@ Generic Views | ||||
| Internationalization | ||||
| ~~~~~~~~~~~~~~~~~~~~ | ||||
|  | ||||
| * ... | ||||
| * Added support and translations for the Uyghur language. | ||||
|  | ||||
| Logging | ||||
| ~~~~~~~ | ||||
|   | ||||
| @@ -587,6 +587,7 @@ util | ||||
| utils | ||||
| Uvicorn | ||||
| uWSGI | ||||
| Uyghur | ||||
| validator | ||||
| validators | ||||
| variadic | ||||
|   | ||||
		Reference in New Issue
	
	Block a user