2 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
5 Desc: Country data for Malta.
7 Author: Stefan Haubenthal <polluks@sdf.lonestar.org>
10 #include "country_locale.h"
11 #include <libraries/locale.h>
13 struct IntCountryPrefs maltaPrefs
=
19 /* Country code (licence plate number), telephone code, measuring system */
20 MAKE_ID('M',0,0,0), 356, MS_ISO
,
22 /* Date time format, date format, time format */
23 "%A, %d ta %b, %Y %H:%M:%S",
27 /* Short datetime, short date, short time formats */
28 "%A, %d ta %b, %y %H:%M",
32 /* Decimal point, group separator, frac group separator */
35 /* For grouping rules, see <libraries/locale.h> */
37 /* Grouping, Frac Grouping */
40 /* Mon dec pt, mon group sep, mon frac group sep */
43 /* Mon Grouping, Mon frac grouping */
46 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
47 the fractional part of the money value. Most countries that
48 use dollars and cents, would have 2 for this value
50 (As would many of those you don't).
55 /* Currency symbol, Small currency symbol */
58 /* Int CS, this is the ISO 4217 symbol, followed by the character to
59 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_SPACE
, SP_PREC_ALL
, CSP_PRECEDES
,
70 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
71 "-", SS_NOSPACE
, SP_PARENS
, CSP_PRECEDES
,
76 "$VER: malta.country 51.2 (06.06.2015)",