f51ffb6631
X-SVN-Rev: 12741
34 lines
823 B
Plaintext
34 lines
823 B
Plaintext
// ***************************************************************************
|
|
// *
|
|
// * Copyright (C) 2003-2003, 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.1" }
|
|
|
|
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}",
|
|
}
|
|
|
|
NumberPatterns {
|
|
"#,##0.###;-#,##0.###",
|
|
"\u00A4#,##0.00;(\u00A4#,##0.00)",
|
|
"#,##0%",
|
|
"#E0",
|
|
}
|
|
|
|
}
|