Changement traduction
This commit is contained in:
@@ -196,11 +196,17 @@ LANGUAGE_CODE = 'fr-CH'
|
||||
TIME_ZONE = 'Europe/Zurich'
|
||||
|
||||
USE_I18N = True
|
||||
USE_L10N = True
|
||||
|
||||
USE_TZ = False
|
||||
|
||||
DATE_FORMAT = "d.m.Y"
|
||||
USE_L10N = False
|
||||
gettext = lambda x: x
|
||||
LANGUAGES = (
|
||||
('fr', gettext('French')),
|
||||
('en', gettext('English')),
|
||||
)
|
||||
|
||||
|
||||
# Static files (CSS, JavaScript, Images)
|
||||
# https://docs.djangoproject.com/en/4.0/howto/static-files/
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user