ceaa1b4a11
X-SVN-Rev: 15303
43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
// ***************************************************************************
|
|
// *
|
|
// * Copyright (C) 2003-2004, International Business Machines
|
|
// * Corporation and others. All Rights Reserved.
|
|
// *
|
|
// ***************************************************************************
|
|
// Hawaiian US locale
|
|
// Based on data from Keola Donaghy, University of Hawaii
|
|
// Submitted by Deborah Goldsmith, Apple Computer, Inc.
|
|
|
|
haw_US {
|
|
Version { "x0.2" }
|
|
|
|
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",
|
|
}
|
|
calendar{
|
|
gregorian{
|
|
DateTimePatterns{
|
|
"h:mm:ss a z",
|
|
"h:mm:ss a z",
|
|
"h:mm:ss a",
|
|
"h:mm a",
|
|
"EEEE, d MMMM yyyy",
|
|
"d MMMM yyyy",
|
|
"d MMM yyyy",
|
|
"d/M/yy",
|
|
"{1} {0}",
|
|
}
|
|
}
|
|
}
|
|
}
|