2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Country data for Brasil
8 #include <exec/types.h>
9 #include <libraries/locale.h>
10 #include <libraries/iffparse.h>
11 #include <prefs/locale.h>
13 struct CountryPrefs brasilPrefs
=
18 /* Country code (licence plate number), telephone code, measuring (system BRZ = ?)*/
19 MAKE_ID('B','R',0,0), 55, MS_ISO
,
21 /* Date time format (dd de mmm de yyyy - h:m = ?), date format (dd de mmm de yyyy =?), time format */
22 "%A %B %e de %Y - %H:%M",
26 /* Short datetime, short date, short time formats */
27 "%d/%m/%Y - %H:%M %p",
31 /* Decimal point, group separator, frac group separator */
34 /* For grouping rules, see <libraries/locale.h> */
36 /* Grouping, Frac Grouping */
39 /* Mon dec pt, mon group sep, mon frac group sep */
42 /* Mon Grouping, Mon frac grouping */
45 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
46 the fractional part of the money value. Most countries that
47 use dollars and cents, would have 2 for this value
49 (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 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
62 "", SS_NOSPACE
, SP_PREC_ALL
, CSP_PRECEDES
,
64 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
65 "-", SS_NOSPACE
, SP_PREC_ALL
, CSP_PRECEDES
,