2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Country data for argentina
8 #include <exec/types.h>
9 #include <libraries/locale.h>
10 #include <libraries/iffparse.h>
11 #include <prefs/locale.h>
13 struct CountryPrefs argentinaPrefs
=
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
24 /* Country code, telephone code, measuring system */
25 MAKE_ID('A','R',0,0), 54, MS_ISO
,
27 /* Date time format (dd de mmm de yyyy - h:m = ?), date format (dd de mmm de yyyy =?), time format */
28 "%A %B %e de %Y - %H:%M",
32 /* Short datetime, short date, short time formats */
33 "%d/%m/%Y - %H:%M:%S",
37 /* Decimal point, group separator, frac group separator */
40 /* For grouping rules, see <libraries/locale.h> */
42 /* Grouping, Frac Grouping */
45 /* Mon dec pt, mon group sep, mon frac group sep */
48 /* Mon Grouping, Mon frac grouping */
51 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
52 the fractional part of the money value. Most countries that
53 use dollars and cents, would have 2 for this value
55 (As would many of those you don't).
59 /* Currency symbol, Small currency symbol */
62 /* Int CS, this is the ISO 4217 symbol, followed by the character to
63 separate that symbol from the rest of the money. (\x00 for none).
67 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
68 "", SS_NOSPACE
, SP_PREC_ALL
, CSP_PRECEDES
,
70 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
71 "-", SS_NOSPACE
, SP_PREC_ALL
, CSP_PRECEDES
,