ICU-1616 Fix DateTimeElements

X-SVN-Rev: 7570
This commit is contained in:
George Rhoten 2002-02-05 23:45:57 +00:00
parent de11780a78
commit 0e581f3cb4
7 changed files with 30 additions and 18 deletions

View file

@ -21,4 +21,8 @@ de_LU {
}
// ShortCountry { "LUX" }
LocaleID { "1007" }
DateTimeElements {
"2",
"1",
}
}

View file

@ -288,10 +288,6 @@ fr {
zu { "zoulou" }
}
DateTimeElements {
"2",
"1",
}
DateTimePatterns {
"HH' h 'mm z",
"HH:mm:ss z",

View file

@ -23,6 +23,10 @@ fr_BE {
"d/MM/yy",
"{1} {0}",
}
DateTimeElements {
"2",
"1",
}
LocaleID { "080c" }
// LocaleString { "fr_BE" }
NumberElements {

View file

@ -12,10 +12,6 @@ fr_CA {
"CAD",
",",
}
DateTimeElements {
"1",
"1",
}
DateTimePatterns {
"H' h 'mm z",
"HH:mm:ss z",

View file

@ -12,6 +12,10 @@ fr_FR {
"EUR",
",",
}
DateTimeElements {
"2",
"1",
}
// LocaleString { "fr_FR" }
// ShortCountry { "FRA" }
LocaleID { "040c" }

View file

@ -12,6 +12,10 @@ fr_LU {
"EUR",
",",
}
DateTimeElements {
"2",
"1",
}
// LocaleString { "fr_LU" }
// ShortCountry { "LUX" }
LocaleID { "140c" }

View file

@ -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",
}
}