Fixed first day of week https://en.wikipedia.org/wiki/Week#/media/File:First_Day_of_W...
[AROS.git] / workbench / locale / countries / east_timor.c
blobfa541c0668b5e616f06fdbb3c5b7f321d55f8430
1 /*
2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for Timor-Leste (East Timor)
6 Author: João Ralha
7 */
9 #include "country_locale.h"
10 #include <libraries/locale.h>
12 struct IntCountryPrefs east_timorPrefs =
15 /* Reserved */
16 { 0, 0, 0, 0 },
18 /* The country codes in the past have been rather inconsistant,
19 sometimes they are 1 character, 2 chars or 3. It would be nice
20 to have some consistency. Maybe use the 3 character name from
21 ISO 3166?
24 /* Country code, telephone code, measuring system */
25 MAKE_ID('T','L',0,0), 670, MS_ISO,
27 /* Date time format, date format, time format */
28 "%A, %e de %B de %Y, %H:%M:%S",
29 "%A, %e de %B de %Y",
30 "%H:%M:%S",
32 /* Short datetime, short date, short time formats */
33 "%e %b %Y, %H:%M:%S",
34 "%e %b %Y",
35 "%H:%M",
37 /* Decimal point, group separator, frac group separator */
38 ",", "'", "'",
40 /* For grouping rules, see <libraries/locale.h> */
42 /* Grouping, Frac Grouping */
43 { 3 }, { 3 },
45 /* Mon dec pt, mon group sep, mon frac group sep */
46 ",", ".", ".",
49 /* Mon Grouping, Mon frac grouping */
50 { 3 }, { 3 },
52 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
53 the fractional part of the money value. Most countries that
54 use dollars and cents, would have 2 for this value
56 (As would many of those you don't).
58 2, 3,
60 /* Currency symbol, Small currency symbol */
61 "$", "¢",
63 /* Int CS, this is the ISO 4217 symbol, followed by the character to
64 separate that symbol from the rest of the money. (\x00 for none).
66 "USD",
68 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
69 "+", SS_SPACE, SP_PREC_ALL, CSP_PRECEDES,
71 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
72 "-", SS_SPACE, SP_PREC_ALL, CSP_SUCCEEDS,
74 /* Calendar type */
75 CT_7MON
77 "$VER: east_timor.country 44.0 (12.04.2013)",
78 "Timor_Leste",
79 "Countries/East_Timor"