Thailand
[AROS.git] / workbench / locale / countries / timor-leste.c
blob8dc4dfdbae3c18c18fe203050165d75da7107465
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for Timor-Leste
6 */
8 #include <exec/types.h>
9 #include <libraries/locale.h>
10 #include <libraries/iffparse.h>
11 #include <prefs/locale.h>
13 /* timor_leste.country: based on this file by João Ralha */
15 struct CountryPrefs timor_lestePrefs =
17 /* Reserved */
18 { 0, 0, 0, 0 },
20 /* The country codes in the past have been rather inconsistant,
21 sometimes they are 1 character, 2 chars or 3. It would be nice
22 to have some consistency. Maybe use the 3 character name from
23 ISO 3166?
26 /* Country code, telephone code, measuring system */
27 MAKE_ID('T','L',0,0), 670, MS_ISO,
29 /* Date time format, date format, time format */
30 "%A, %e de %B de %Y, %H:%M:%S",
31 "%A, %e de %B de %Y",
32 "%H:%M:%S",
34 /* Short datetime, short date, short time formats */
35 "%e %b %Y, %H:%M:%S",
36 "%e %b %Y",
37 "%H:%M",
39 /* Decimal point, group separator, frac group separator */
40 ",", "'", "'",
42 /* For grouping rules, see <libraries/locale.h> */
44 /* Grouping, Frac Grouping */
45 { 3 }, { 3 },
47 /* Mon dec pt, mon group sep, mon frac group sep */
48 ",", ".", ".",
51 /* Mon Grouping, Mon frac grouping */
52 { 3 }, { 3 },
54 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
55 the fractional part of the money value. Most countries that
56 use dollars and cents, would have 2 for this value
58 (As would many of those you don't).
60 2, 3,
62 /* Currency symbol, Small currency symbol */
63 "$", "¢",
65 /* Int CS, this is the ISO 4217 symbol, followed by the character to
66 separate that symbol from the rest of the money. (\x00 for none).
68 "USD",
70 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
71 "+", SS_SPACE, SP_PREC_ALL, CSP_PRECEDES,
73 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
74 "-", SS_SPACE, SP_PREC_ALL, CSP_SUCCEEDS,
76 /* Calendar type */
77 CT_7MON