Skip to content

Commit 66dc98f

Browse files
committed
exploring adding an unsupported language: no real changes
1 parent 0a1c31d commit 66dc98f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

database.sqlite3

0 Bytes
Binary file not shown.

main/settings.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121

122122
# Internationalization
123123
# https://docs.djangoproject.com/en/3.2/topics/i18n/
124-
LANGUAGE_CODE = 'pl'
124+
LANGUAGE_CODE = 'en'
125125

126126
TIME_ZONE = 'UTC'
127127

@@ -131,9 +131,10 @@
131131

132132
USE_TZ = True
133133

134+
134135
LANGUAGES = [
135136
('en', 'English'),
136-
('pl', 'Polish')
137+
('pl', 'Polish'),
137138
]
138139

139140
# Static files (CSS, JavaScript, Images)
@@ -155,4 +156,4 @@
155156

156157
DOCUMENTATION_DEFAULT_INDEX = 'DocumentationLanding'
157158

158-
CRISPY_TEMPLATE_PACK = 'bootstrap4'
159+
CRISPY_TEMPLATE_PACK = 'bootstrap4'

0 commit comments

Comments
 (0)