mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1616 Fix DateTimeElements
X-SVN-Rev: 7570
This commit is contained in:
parent
de11780a78
commit
0e581f3cb4
7 changed files with 30 additions and 18 deletions
|
@ -21,4 +21,8 @@ de_LU {
|
|||
}
|
||||
// ShortCountry { "LUX" }
|
||||
LocaleID { "1007" }
|
||||
DateTimeElements {
|
||||
"2",
|
||||
"1",
|
||||
}
|
||||
}
|
||||
|
|
|
@ -288,10 +288,6 @@ fr {
|
|||
zu { "zoulou" }
|
||||
}
|
||||
|
||||
DateTimeElements {
|
||||
"2",
|
||||
"1",
|
||||
}
|
||||
DateTimePatterns {
|
||||
"HH' h 'mm z",
|
||||
"HH:mm:ss z",
|
||||
|
|
|
@ -23,6 +23,10 @@ fr_BE {
|
|||
"d/MM/yy",
|
||||
"{1} {0}",
|
||||
}
|
||||
DateTimeElements {
|
||||
"2",
|
||||
"1",
|
||||
}
|
||||
LocaleID { "080c" }
|
||||
// LocaleString { "fr_BE" }
|
||||
NumberElements {
|
||||
|
|
|
@ -12,10 +12,6 @@ fr_CA {
|
|||
"CAD",
|
||||
",",
|
||||
}
|
||||
DateTimeElements {
|
||||
"1",
|
||||
"1",
|
||||
}
|
||||
DateTimePatterns {
|
||||
"H' h 'mm z",
|
||||
"HH:mm:ss z",
|
||||
|
|
|
@ -12,6 +12,10 @@ fr_FR {
|
|||
"EUR",
|
||||
",",
|
||||
}
|
||||
DateTimeElements {
|
||||
"2",
|
||||
"1",
|
||||
}
|
||||
// LocaleString { "fr_FR" }
|
||||
// ShortCountry { "FRA" }
|
||||
LocaleID { "040c" }
|
||||
|
|
|
@ -12,6 +12,10 @@ fr_LU {
|
|||
"EUR",
|
||||
",",
|
||||
}
|
||||
DateTimeElements {
|
||||
"2",
|
||||
"1",
|
||||
}
|
||||
// LocaleString { "fr_LU" }
|
||||
// ShortCountry { "LUX" }
|
||||
LocaleID { "140c" }
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
// *******************************************************************************
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2001-2004, International Business Machines
|
||||
// * Copyright (C) 2001-2002, International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// *
|
||||
// *******************************************************************************
|
||||
// ***************************************************************************
|
||||
|
||||
fr_MC{
|
||||
Version{ "x0.1" }
|
||||
LocaleID{ "180C"}
|
||||
CurrencyElements{
|
||||
"\u20AC",
|
||||
"EUR",
|
||||
","
|
||||
}
|
||||
Version{ "x0.2" }
|
||||
LocaleID{ "180C"}
|
||||
CurrencyElements{
|
||||
"\u20AC",
|
||||
"EUR",
|
||||
","
|
||||
}
|
||||
DateTimeElements {
|
||||
"2",
|
||||
"1",
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue