2002-01-30 06:16:26 +00:00
|
|
|
// ***************************************************************************
|
|
|
|
// *
|
2003-06-03 06:44:40 +00:00
|
|
|
// * Copyright (C) 1997-2003, International Business Machines
|
2002-01-30 06:16:26 +00:00
|
|
|
// * Corporation and others. All Rights Reserved.
|
|
|
|
// *
|
|
|
|
// ***************************************************************************
|
2000-05-19 00:15:39 +00:00
|
|
|
// srl@monkey.sbay.org, with help from Shehnaz Nagpurwala and Anwar Nagpurwala
|
|
|
|
// Hindi locale. Need to work on unicodizing more of the text..
|
|
|
|
|
|
|
|
hi_IN {
|
2003-06-10 06:49:27 +00:00
|
|
|
Version { "2.0" }
|
2000-06-07 00:12:17 +00:00
|
|
|
NumberPatterns {
|
2002-02-12 02:46:07 +00:00
|
|
|
"##,##,##0.###;-##,##,##0.###",
|
2003-05-23 11:28:52 +00:00
|
|
|
"\u00A4 ##,##,##0.00;-\u00A4 ##,##,##0.00",
|
2002-02-12 02:46:07 +00:00
|
|
|
"##,##,##0%",
|
2002-01-30 06:16:26 +00:00
|
|
|
"#E0",
|
2000-06-07 00:12:17 +00:00
|
|
|
}
|
2000-05-19 00:15:39 +00:00
|
|
|
DateTimePatterns {
|
2002-02-09 01:12:10 +00:00
|
|
|
"h:mm:ss a z",
|
|
|
|
"h:mm:ss a z",
|
|
|
|
"h:mm:ss a",
|
|
|
|
"h:mm a",
|
2000-05-19 00:15:39 +00:00
|
|
|
"EEEE d MMMM yyyy",
|
|
|
|
"d MMMM yyyy",
|
2001-12-04 20:13:17 +00:00
|
|
|
"dd-MM-yyyy",
|
|
|
|
"d-M-yy",
|
2000-05-19 00:15:39 +00:00
|
|
|
"{1} {0}"
|
|
|
|
}
|
2002-01-30 06:16:26 +00:00
|
|
|
// DateTimeElements {
|
|
|
|
// "1",
|
|
|
|
// "1"
|
|
|
|
// }
|
2001-11-15 21:52:35 +00:00
|
|
|
}
|