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
|
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
en_150{
%%Parent{"en_001"}
NumberElements{
latn{
patterns{
accountingFormat{"#,##0.00 ¤"}
currencyFormat{"#,##0.00 ¤"}
}
symbols{
decimal{","}
group{"."}
}
}
}
Version{"2.1.27.40"}
calendar{
gregorian{
DateTimePatterns{
"HH:mm:ss zzzz",
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
"EEEE, d MMMM y",
"d MMMM y",
"d MMM y",
"dd/MM/y",
"{1}, {0}",
"{1} 'at' {0}",
"{1} 'at' {0}",
"{1}, {0}",
"{1}, {0}",
}
}
}
}
|