2 Copyright © 1995-2006, The AROS Development Team. All rights reserved.
5 Desc: Country data for Andorra
6 Author: Stefan Haubenthal <polluks@sdf.lonestar.org>
9 #include <libraries/locale.h>
10 #include <prefs/locale.h>
12 struct CountryPrefs andorraPrefs
=
17 /* Country code (licence plate number), telephone code, measuring system */
18 MAKE_ID('A','N','D',0), 376, MS_ISO
,
20 /* Date time format, date format, time format */
25 /* Short datetime, short date, short time formats */
30 /* Decimal point, group separator, frac group separator */
33 /* For grouping rules, see <libraries/locale.h> */
35 /* Grouping, Frac Grouping */
38 /* Mon dec pt, mon group sep, mon frac group sep */
41 /* Mon Grouping, Mon frac grouping */
44 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
45 the fractional part of the money value. Most countries that
46 use dollars and cents, would have 2 for this value
48 (As would many of those you don't).
53 /* Currency symbol, Small currency symbol */
56 /* Int CS, this is the ISO 4217 symbol, followed by the character to
57 separate that symbol from the rest of the money. (\x00 for none).
61 /* Currency symbol, Small currency symbol */
64 /* Int CS, this is the ISO 4217 symbol, followed by the character to
65 separate that symbol from the rest of the money. (\x00 for none).
69 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
70 "", SS_SPACE
, SP_PREC_ALL
, CSP_SUCCEEDS
,
72 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
73 "-", SS_NOSPACE
, SP_PREC_ALL
, CSP_PRECEDES
,