ICU-3699 Add Welch locales

X-SVN-Rev: 14939
This commit is contained in:
George Rhoten 2004-04-12 22:55:45 +00:00
parent 84ba3a515e
commit 5be93f61a4
2 changed files with 102 additions and 0 deletions

View File

@ -0,0 +1,70 @@
// ***************************************************************************
// *
// * Copyright (C) 2003-2004, International Business Machines
// * Corporation and others. All Rights Reserved.
// *
// ***************************************************************************
// Data contributed by Michael Everson from evertype.com
cy{
Version { "x0.1" }
DayAbbreviations {
"Sul",
"Llun",
"Maw",
"Mer",
"Iau",
"Gwen",
"Sad",
}
DayNames {
"Dydd Sul",
"Dydd Llun",
"Dydd Mawrth",
"Dydd Mercher",
"Dydd Iau",
"Dydd Gwener",
"Dydd Sadwrn",
}
MonthAbbreviations {
"Ion",
"Chwef",
"Mawrth",
"Ebrill",
"Mai",
"Meh",
"Gorff",
"Awst",
"Medi",
"Hyd",
"Tach",
"Rhag",
}
MonthNames {
"Ionawr",
"Chwefror",
"Mawrth",
"Ebrill",
"Mai",
"Mehefin",
"Gorffenaf",
"Awst",
"Medi",
"Hydref",
"Tachwedd",
"Rhagfyr",
}
LocaleScript:array{
"Latn", // ISO 15924 Name
}
ExemplarCharacters { "[a-z âäáàêëéèîïíìôöóòûüúùŵẅẃẁŷÿýỳ]" }
// /**************** Info Below is needed ****************/
// collations{}
// Countries{}
// Eras{}
// Languages{}
// ShortLanguage { }
// localPatternChars{}
//
}

View File

@ -0,0 +1,32 @@
// ***************************************************************************
// *
// * Copyright (C) 2003-2004, International Business Machines
// * Corporation and others. All Rights Reserved.
// *
// ***************************************************************************
// Data contributed by Michael Everson from evertype.com
cy_GB {
Version { "x0.1" }
DateTimeElements:intvector {
2,
1,
}
DateTimePatterns {
"HH:mm:ss z",
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
"EEEE, dd MMMM yyyy",
"dd MMMM yyyy",
"d MMM yyyy",
"dd/MM/yyyy",
"{1} {0}",
}
NumberPatterns {
"#,##0.###;-#,##0.###",
"\u00a4#,##0.00;-\u00a4#,##0.00",
"#,##0%",
"#E0",
}
}