mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 12:31:13 +01:00
timedef: remove redundancy in Catalan date_fmt definitions
This is already factored into the month names, resulting in an awkward construction: $ env LC_ALL=ca_ES.UTF-8 date dimecres, 6 de de novembre de 2024, 21:21:18 CST This would now render as: $ env LC_ALL=ca_ES.UTF-8 date dimecres, 6 de novembre de 2024, 21:22:41 CST Reviewed by: bapt, royger Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D47471
This commit is contained in:
parent
1da4954c92
commit
a4b7367eb0
@ -59,7 +59,7 @@ a. m.
|
||||
p. m.
|
||||
#
|
||||
# date_fmt
|
||||
%A, %e de %B de %Y, %X %Z
|
||||
%A, %e %B de %Y, %X %Z
|
||||
#
|
||||
# Long month names (without case ending)
|
||||
de gener
|
||||
|
@ -63,7 +63,7 @@ a. m.
|
||||
p. m.
|
||||
#
|
||||
# date_fmt
|
||||
%A, %e de %B de %Y, %X %Z
|
||||
%A, %e %B de %Y, %X %Z
|
||||
#
|
||||
# Long month names (without case ending)
|
||||
de gener
|
||||
|
Loading…
Reference in New Issue
Block a user