Fixed first day of week https://en.wikipedia.org/wiki/Week#/media/File:First_Day_of_W...
[AROS.git] / workbench / locale / countries / italy.c
blob77c6b8da7b8dfa463eb2d34384c5bb53f7401317
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for Italia (Italy)
6 based on the Amiga Developer CD 2.1 file -:
7 NDK/NDK_3.5/Examples/Locale/Countries/make_country_files.c
8 */
10 #include "country_locale.h"
11 #include <libraries/locale.h>
13 struct IntCountryPrefs italyPrefs =
16 /* Reserved */
17 { 0, 0, 0, 0 },
19 /* Country code (licence plate number), telephone code, measuring system */
20 MAKE_ID('I',0,0,0), 39, MS_ISO,
22 /* Date time format, date format, time format */
23 "%q:%M:%S %d/%m/%Y",
24 "%A %e %B %Y",
25 "%q:%M:%S",
27 /* Short datetime, short date, short time formats */
28 "%H:%M:%S %d/%m/%Y",
29 "%e-%b-%Y",
30 "%H:%M:%S",
32 /* Decimal point, group separator, frac group separator */
33 ",", ".", "",
35 /* For grouping rules, see <libraries/locale.h> */
37 /* Grouping, Frac Grouping */
38 { 3 }, { 255 },
40 /* Mon dec pt, mon group sep, mon frac group sep */
41 ",", ".", ".",
43 /* Mon Grouping, Mon frac grouping */
44 { 3 }, { 3 },
46 #ifdef _EURO
47 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
48 the fractional part of the money value. Most countries that
49 use dollars and cents, would have 2 for this value
51 (As would many of those you don't).
53 2, 3,
55 /* Currency symbol, Small currency symbol */
56 "Euro", "Cent",
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).
61 "EUR",
62 #else
63 0, 3,
64 "Lire", "£",
65 "LIT",
66 #endif
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_SPACE, SP_SUCC_CURR, CSP_PRECEDES,
73 /* Calendar type */
74 CT_7MON
76 "$VER: italy.country 44.1 (06.06.2015)",
77 "Italia",
78 "Countries/Italy"