27 lines
763 B
Plaintext
27 lines
763 B
Plaintext
|
// *******************************************************************************
|
||
|
// *
|
||
|
// * Copyright (C) 1997-2000, International Business Machines
|
||
|
// * Corporation and others. All Rights Reserved.
|
||
|
// *
|
||
|
// *******************************************************************************
|
||
|
// Date Name Description
|
||
|
// 10/23/2000 grhoten Initial version
|
||
|
|
||
|
|
||
|
sw_TZ {
|
||
|
CurrencyElements {
|
||
|
"TSh",
|
||
|
"TZS",
|
||
|
"",
|
||
|
}
|
||
|
LocaleString { "sw_TZ" }
|
||
|
NumberPatterns {
|
||
|
"#,##0.###;-#,##0.###",
|
||
|
"#,##0.00 \u00A4;-#,##0.00 \u00A4",
|
||
|
"#,##0%",
|
||
|
}
|
||
|
ShortCountry { "TZA" }
|
||
|
// Microsoft's JDK documentation says that this number is for Kenya only.
|
||
|
// LocaleID { "0441" }
|
||
|
}
|