From 66dc98fe5c815e989db0080b8749f13f536280e7 Mon Sep 17 00:00:00 2001 From: BobBorges Date: Thu, 6 Oct 2022 17:10:41 +0200 Subject: [PATCH] exploring adding an unsupported language: no real changes --- database.sqlite3 | Bin 823296 -> 823296 bytes main/settings.py | 7 ++++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/database.sqlite3 b/database.sqlite3 index 5e9b205267431c196f49d64dd07da392c977692b..81ae319bf7073a572be6966d2fb161df6dfd6af9 100644 GIT binary patch delta 510 zcmZozVAQa{Xo58FKL!SdlR%sV#7q-4%o+b}Oo+`FH8jvQFjFuzvNANaGBVXOvotX` zGjG0>zx`4^qtOB$M*iPG^$hj=zxlsy7JTrMpN|#9ujA$7>12@LNtw>Bz@*N@lfw6p z_cxy_p8}u4=0FE69!(WyU&e~k(qxPBoD9>##B>vrikxzz3=`9|(xQU0oFa3JoN^hU zL8_Aj9Tc~((_so@W|rWUoX&2*q|d@D$@6P-;DW=U?@*}pOHFbXlSUEsULyM?EZJA-uL7Pbc delta 293 zcmZozVAQa{Xo58FHwFfVlR%sV#EcU)%o)FJOo+`FHL%n*GEy)!v@$faGPKaMG&eS~ zuxP%Nzx`4^qtOB$CVr4UhW-4%`M+%zeDIQ=uU-_E%`#GKnRUvo|W e!o>?ThLP_U1K%y6qb~4mcY4LH#<=VQ_W}St=Uc%5 diff --git a/main/settings.py b/main/settings.py index 4bcc032..951b015 100644 --- a/main/settings.py +++ b/main/settings.py @@ -121,7 +121,7 @@ # Internationalization # https://docs.djangoproject.com/en/3.2/topics/i18n/ -LANGUAGE_CODE = 'pl' +LANGUAGE_CODE = 'en' TIME_ZONE = 'UTC' @@ -131,9 +131,10 @@ USE_TZ = True + LANGUAGES = [ ('en', 'English'), - ('pl', 'Polish') + ('pl', 'Polish'), ] # Static files (CSS, JavaScript, Images) @@ -155,4 +156,4 @@ DOCUMENTATION_DEFAULT_INDEX = 'DocumentationLanding' -CRISPY_TEMPLATE_PACK = 'bootstrap4' \ No newline at end of file +CRISPY_TEMPLATE_PACK = 'bootstrap4'