ICU-3080 Add some missing data.
X-SVN-Rev: 14501
This commit is contained in:
parent
32afdaa2e0
commit
70a26fbc3c
@ -1,6 +1,6 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2003-2003, International Business Machines
|
||||
// * Copyright (C) 2003-2004, International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// *
|
||||
// ***************************************************************************
|
||||
@ -11,28 +11,28 @@
|
||||
haw {
|
||||
Version { "x0.2" }
|
||||
collations {
|
||||
standard {
|
||||
Version { "1.1" }
|
||||
Sequence {
|
||||
"&a < e < i < o < u < h < k < l < m < n < p < w < \u02bb"
|
||||
"&a <<< A"
|
||||
"&e <<< E"
|
||||
"&i <<< I"
|
||||
"&o <<< O"
|
||||
"&u <<< U"
|
||||
"&h <<< H"
|
||||
"&k <<< K"
|
||||
"&l <<< L"
|
||||
"&m <<< M"
|
||||
"&n <<< N"
|
||||
"&p <<< P"
|
||||
"&w <<< W"
|
||||
// This is the real alphabet
|
||||
//"&a < e < i < o < u < h < k < l < m < n < p < w < \u02bb"
|
||||
// or maybe
|
||||
//"&u < h < k < l < m < n < p < w < \u02bb < b < c < d < f < g < j < q < r < s < t < v < x < y < z"
|
||||
standard {
|
||||
Version { "1.1" }
|
||||
Sequence {
|
||||
"&a < e < i < o < u < h < k < l < m < n < p < w < \u02bb"
|
||||
"&a <<< A"
|
||||
"&e <<< E"
|
||||
"&i <<< I"
|
||||
"&o <<< O"
|
||||
"&u <<< U"
|
||||
"&h <<< H"
|
||||
"&k <<< K"
|
||||
"&l <<< L"
|
||||
"&m <<< M"
|
||||
"&n <<< N"
|
||||
"&p <<< P"
|
||||
"&w <<< W"
|
||||
// This is the real alphabet
|
||||
//"&a < e < i < o < u < h < k < l < m < n < p < w < \u02bb"
|
||||
// or maybe
|
||||
//"&u < h < k < l < m < n < p < w < \u02bb < b < c < d < f < g < j < q < r < s < t < v < x < y < z"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Countries {
|
||||
AU { "\u02bbAukekulelia" }
|
||||
@ -80,18 +80,18 @@ haw {
|
||||
}
|
||||
LocaleScript:array{ "Latn" }
|
||||
MonthAbbreviations {
|
||||
"Ian.",
|
||||
"Pep.",
|
||||
"Mal.",
|
||||
"\u02bbAp.",
|
||||
"Mei.",
|
||||
"Iun.",
|
||||
"Iul.",
|
||||
"\u02bbAu.",
|
||||
"Kep.",
|
||||
"\u02bbOk.",
|
||||
"Now.",
|
||||
"Kek.",
|
||||
"Ian",
|
||||
"Pep",
|
||||
"Mal",
|
||||
"\u02bbAp",
|
||||
"Mei",
|
||||
"Iun",
|
||||
"Iul",
|
||||
"\u02bbAu",
|
||||
"Kep",
|
||||
"\u02bbOk",
|
||||
"Now",
|
||||
"Kek"
|
||||
}
|
||||
MonthNames {
|
||||
"Ianuali",
|
||||
@ -105,6 +105,6 @@ haw {
|
||||
"Kepakemapa",
|
||||
"\u02bbOkakopa",
|
||||
"Nowemapa",
|
||||
"Kekemapa",
|
||||
"Kekemapa"
|
||||
}
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2003-2003, International Business Machines
|
||||
// * Copyright (C) 2003-2004, International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// *
|
||||
// ***************************************************************************
|
||||
@ -18,16 +18,21 @@ haw_US {
|
||||
"h:mm a",
|
||||
"EEEE, d MMMM yyyy",
|
||||
"d MMMM yyyy",
|
||||
"d MMM yyyy",
|
||||
"d MMM. yyyy",
|
||||
"d/M/yy",
|
||||
"{1} {0}",
|
||||
}
|
||||
|
||||
MeasurementSystem:int{ 1 } // US system
|
||||
// the PaperSize units are in mm
|
||||
// these values are not exact .. they are rounded off
|
||||
PaperSize:intvector{
|
||||
279, // height
|
||||
216 // width
|
||||
}
|
||||
NumberPatterns {
|
||||
"#,##0.###;-#,##0.###",
|
||||
"\u00A4#,##0.00;(\u00A4#,##0.00)",
|
||||
"#,##0%",
|
||||
"#E0",
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user