first comit
This commit is contained in:
BIN
venv/lib/python3.10/site-packages/django/conf/locale/ug/LC_MESSAGES/django.mo
Executable file
BIN
venv/lib/python3.10/site-packages/django/conf/locale/ug/LC_MESSAGES/django.mo
Executable file
Binary file not shown.
1346
venv/lib/python3.10/site-packages/django/conf/locale/ug/LC_MESSAGES/django.po
Executable file
1346
venv/lib/python3.10/site-packages/django/conf/locale/ug/LC_MESSAGES/django.po
Executable file
File diff suppressed because it is too large
Load Diff
0
venv/lib/python3.10/site-packages/django/conf/locale/ug/__init__.py
Executable file
0
venv/lib/python3.10/site-packages/django/conf/locale/ug/__init__.py
Executable file
Binary file not shown.
Binary file not shown.
14
venv/lib/python3.10/site-packages/django/conf/locale/ug/formats.py
Executable file
14
venv/lib/python3.10/site-packages/django/conf/locale/ug/formats.py
Executable 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
|
||||
Reference in New Issue
Block a user