]>
Commit | Line | Data |
---|---|---|
b75a7d8f A |
1 | // *************************************************************************** |
2 | // * | |
3 | // * Copyright (C) 1997-2003, International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * | |
6 | // *************************************************************************** | |
7 | ||
8 | af_ZA { | |
9 | Version { "2.0" } | |
10 | ||
11 | DateTimePatterns { | |
12 | "h:mm:ss a", | |
13 | "h:mm:ss a", | |
14 | "h:mm:ss a", | |
15 | "h:mm a", | |
16 | "EEEE dd MMMM yyyy", | |
17 | "dd MMMM yyyy", | |
18 | "dd MMM yyyy", | |
19 | "yyyy/MM/dd", | |
20 | "{1} {0}", | |
21 | } | |
22 | NumberPatterns { | |
23 | "#,##0.###;-#,##0.###", | |
24 | "\u00a4#,##0.00;-\u00a4#,##0.00", | |
25 | "#,##0%", | |
26 | "#E0", | |
27 | } | |
28 | LocaleID:int { 0x0436 } | |
29 | // LocaleString { "af_ZA" } | |
30 | // ShortCountry{ "ZAK" } | |
31 | } |