Skip to content

Commit

Permalink
exploring adding an unsupported language: no real changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BobBorges committed Oct 6, 2022
1 parent 0a1c31d commit 66dc98f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file modified database.sqlite3
Binary file not shown.
7 changes: 4 additions & 3 deletions main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@

# Internationalization
# https://docs.djangoproject.com/en/3.2/topics/i18n/
LANGUAGE_CODE = 'pl'
LANGUAGE_CODE = 'en'

TIME_ZONE = 'UTC'

Expand All @@ -131,9 +131,10 @@

USE_TZ = True


LANGUAGES = [
('en', 'English'),
('pl', 'Polish')
('pl', 'Polish'),
]

# Static files (CSS, JavaScript, Images)
Expand All @@ -155,4 +156,4 @@

DOCUMENTATION_DEFAULT_INDEX = 'DocumentationLanding'

CRISPY_TEMPLATE_PACK = 'bootstrap4'
CRISPY_TEMPLATE_PACK = 'bootstrap4'

0 comments on commit 66dc98f

Please sign in to comment.