Coverage for benefits/locale/es/formats.py: 100%
1 statements
« prev ^ index » next coverage.py v7.6.7, created at 2024-11-19 16:31 +0000
« prev ^ index » next coverage.py v7.6.7, created at 2024-11-19 16:31 +0000
1# Both “d” and “e” are backslash-escaped, because otherwise each is a format string
2# that displays the day and the timezone name, respectively.
3# Instead we want the literal word "de"
4# https://docs.djangoproject.com/en/5.0/ref/templates/builtins/#date-and-time-formatting-specifiers
5DATE_FORMAT = r"j \d\e F \d\e Y"