revert between 56095 -> 55830 in arch
[AROS.git] / workbench / locale / countries / iran.c
blob1dec912d9dea0043f8c65f218521152b385b0b56
1 /*
2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for Iran.
6 Author: Paymaan Jafari
7 */
9 #include "country_locale.h"
10 #include <libraries/locale.h>
12 struct IntCountryPrefs iranPrefs =
15 /* Reserved */
16 { 0, 0, 0, 0 },
18 /* Country code (licence plate number), telephone code, measuring system */
19 MAKE_ID('I','R',0,0), 98, MS_ISO,
21 /* Date time format, date format, time format */
22 "%Y %B %e %p %Q:%M %A",
23 "%Y %B %e %A",
24 "%p %Q:%M:%S",
26 /* Short datetime, short date, short time formats */
27 "%y/%m/%d %p %Q:%M",
28 "%y/%m/%d",
29 "%p %Q:%M",
31 /* Decimal point, group separator, frac group separator */
32 ".", ",", ",",
34 /* For grouping rules, see <libraries/locale.h> */
36 /* Grouping, Frac Grouping */
37 { 3 }, { 0 },
39 /* Mon dec pt, mon group sep, mon frac group sep */
40 ".", ",", ",",
42 /* Mon Grouping, Mon frac grouping */
43 { 3 }, { 0 },
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).
51 2, 2,
53 /* Currencs symbol, Small currency symbol */
54 "Rl.","",
56 /* Int CS, this is the ISO 4217 symbol, ...*/
57 "IRR",
59 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
60 "", SS_SPACE, SP_PREC_ALL, CSP_PRECEDES,
62 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
63 "-", SS_SPACE, SP_PREC_ALL, CSP_PRECEDES,
65 /* Calendar type */
66 CT_7SAT
68 "$VER: iran.country 44.1 (06.06.2015)",
69 NULL,
70 "Countries/Iran"