2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: Country data for Finland
8 #include <exec/types.h>
9 #include <libraries/locale.h>
10 #include <libraries/iffparse.h>
11 #include <prefs/locale.h>
13 /* suomi.country: based on this file on Amiga Developer CD 2.1:
14 NDK/NDK_3.5/Examples/Locale/Countries/make_country_files.c */
16 struct CountryPrefs suomiPrefs
=
21 /* Country code (licence plate number), telephone code, measuring system */
22 MAKE_ID('F','I','N',0), 358, MS_ISO
,
24 /* Date time format, date format, time format */
25 "%d.%m.%Y klo %H:%M:%S",
29 /* Short datetime, short date, short time formats */
30 "%d.%m.%Y kl %H:%M:%S",
34 /* Decimal point, group separator, frac group separator */
37 /* For grouping rules, see <libraries/locale.h> */
39 /* Grouping, Frac Grouping */
42 /* Mon dec pt, mon group sep, mon frac group sep */
45 /* Mon Grouping, Mon frac grouping */
48 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
49 the fractional part of the money value. Most countries that
50 use dollars and cents, would have 2 for this value
52 (As would many of those you don't).
56 /* Currency symbol, Small currency symbol */
59 /* Int CS, this is the ISO 4217 symbol, followed by the character to
60 separate that symbol from the rest of the money. (\x00 for none).
64 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
65 "", SS_NOSPACE
, SP_PREC_ALL
, CSP_SUCCEEDS
,
67 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
68 "-", SS_NOSPACE
, SP_PREC_ALL
, CSP_SUCCEEDS
,