opnsense-src/share/timedef/ca_IT.UTF-8.src
Kyle Evans 8ded8a211d 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.

(cherry picked from commit a4b7367eb027a99b9eb48bf18951049434a9e189)
2024-11-21 22:52:06 -06:00

87 lines
984 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Warning: Do not edit. This file is automatically generated from the
# tools in /usr/src/tools/tools/locale. The data is obtained from the
# CLDR project, obtained from http://cldr.unicode.org/
# -----------------------------------------------------------------------------
#
# Short month names
gen.
febr.
març
abr.
maig
juny
jul.
ag.
set.
oct.
nov.
des.
#
# Long month names (as in a date)
de gener
de febrer
de març
dabril
de maig
de juny
de juliol
dagost
de setembre
doctubre
de novembre
de desembre
#
# Short weekday names
dg.
dl.
dt.
dc.
dj.
dv.
ds.
#
# Long weekday names
diumenge
dilluns
dimarts
dimecres
dijous
divendres
dissabte
#
# X_fmt
%H:%M:%S
#
# x_fmt
%d/%m/%Y
#
# c_fmt
%a %e %b %X %Y
#
# AM/PM
a. m.
p. m.
#
# date_fmt
%A, %e %B de %Y, %X %Z
#
# Long month names (without case ending)
de gener
de febrer
de març
dabril
de maig
de juny
de juliol
dagost
de setembre
doctubre
de novembre
de desembre
#
# md_order
dm
#
# ampm_fmt
%I:%M:%S %p
# EOF