2002-01-30 06:16:26 +00:00
|
|
|
// ***************************************************************************
|
|
|
|
// *
|
2003-06-03 06:44:40 +00:00
|
|
|
// * Copyright (C) 1997-2003, International Business Machines
|
2001-03-21 17:49:38 +00:00
|
|
|
// * Corporation and others. All Rights Reserved.
|
2002-01-30 06:16:26 +00:00
|
|
|
// *
|
|
|
|
// ***************************************************************************
|
|
|
|
|
2000-07-20 20:27:49 +00:00
|
|
|
// Tamil locale. Based on Hindi locale
|
|
|
|
|
|
|
|
ta_IN {
|
2003-06-10 14:37:47 +00:00
|
|
|
Version { "2.0" }
|
2002-02-05 23:05:21 +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-02-05 23:05:21 +00:00
|
|
|
"#E0",
|
|
|
|
}
|
2000-07-20 20:27:49 +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-07-20 20:27:49 +00:00
|
|
|
"EEEE d MMMM yyyy",
|
|
|
|
"d MMMM yyyy",
|
2001-12-04 20:13:17 +00:00
|
|
|
"dd-MM-yyyy",
|
|
|
|
"d-M-yy",
|
2000-07-20 20:27:49 +00:00
|
|
|
"{1} {0}"
|
|
|
|
}
|
2002-01-30 06:16:26 +00:00
|
|
|
// DateTimeElements {
|
|
|
|
// "1",
|
|
|
|
// "1"
|
|
|
|
// }
|
2001-03-20 22:32:57 +00:00
|
|
|
|
2000-07-20 20:27:49 +00:00
|
|
|
}
|