blob: 8b42e8dda519b8a5ade09c113cd127fcb250288e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
fr_CM{
Version{"2.1.27.40"}
calendar{
gregorian{
AmPmMarkers{
"matin",
"soir",
}
AmPmMarkersAbbr{
"mat.",
"soir",
}
AmPmMarkersNarrow{
"mat.",
"soir",
}
availableFormats{
Ehm{"E h:mm"}
Ehms{"E h:mm:ss"}
h{"h"}
hm{"h:mm"}
hms{"h:mm:ss"}
hmsv{"h:mm:ss v"}
hmv{"h:mm v"}
}
dayPeriod{
stand-alone{
abbreviated{
am{"mat."}
pm{"soir"}
}
narrow{
am{"mat."}
pm{"soir"}
}
wide{
am{"matin"}
pm{"soir"}
}
}
}
intervalFormats{
h{
a{"h – h"}
h{"h – h"}
}
hm{
a{"h:mm – h:mm"}
h{"h:mm – h:mm"}
m{"h:mm – h:mm"}
}
hmv{
a{"h:mm – h:mm v"}
h{"h:mm – h:mm v"}
m{"h:mm – h:mm v"}
}
hv{
a{"h – h v"}
h{"h – h v"}
}
}
}
}
}
|