Changement traduction

This commit is contained in:
Ambulance Clerc
2023-09-12 11:08:40 +02:00
parent d863de4785
commit 9f9ca417c5
2 changed files with 65 additions and 1183 deletions

View File

@@ -196,11 +196,17 @@ LANGUAGE_CODE = 'fr-CH'
TIME_ZONE = 'Europe/Zurich' TIME_ZONE = 'Europe/Zurich'
USE_I18N = True USE_I18N = True
USE_L10N = True
USE_TZ = False USE_TZ = False
DATE_FORMAT = "d.m.Y" DATE_FORMAT = "d.m.Y"
USE_L10N = False gettext = lambda x: x
LANGUAGES = (
('fr', gettext('French')),
('en', gettext('English')),
)
# Static files (CSS, JavaScript, Images) # Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/4.0/howto/static-files/ # https://docs.djangoproject.com/en/4.0/howto/static-files/

File diff suppressed because it is too large Load Diff