ICU-1616 Undo the changes to French

X-SVN-Rev: 7652
This commit is contained in:
George Rhoten 2002-02-14 00:12:19 +00:00
parent 7bf67ba7fc
commit b49a847068
3 changed files with 15 additions and 15 deletions

View File

@ -353,6 +353,19 @@ fr {
"novembre",
"d\u00E9cembre",
}
NumberElements {
",",
"\u00A0", //  
";",
"%",
"0",
"#",
"-",
"E",
"\u2030",
"\u221E",
"\uFFFD",
}
NumberPatterns {
"#,##0.###;-#,##0.###",
"#,##0.00 \u00A4;-#,##0.00 \u00A4",

View File

@ -10,7 +10,7 @@ fr_CA {
CurrencyElements {
"$",
"CAD",
".",
",",
}
DateTimePatterns {
"HH' h 'mm' min 'ss' s 'z",
@ -27,7 +27,7 @@ fr_CA {
// LocaleString { "fr_CA" }
NumberPatterns {
"#,##0.###;-#,##0.###",
"\u00A4#,##0.00;(\u00A4#,##0.00)",
"#,##0.00 \u00A4;(#,##0.00\u00A4)",
"#,##0%",
"#E0",
}

View File

@ -16,19 +16,6 @@ fr_FR {
2,
1,
}
NumberElements {
",",
"\u00A0", //  
";",
"%",
"0",
"#",
"-",
"E",
"\u2030",
"\u221E",
"\uFFFD",
}
// LocaleString { "fr_FR" }
// ShortCountry { "FRA" }
LocaleID:int { 0x040c }