1// *******************************************************************************
2// *
3// *   Copyright (C) 2016 and later: Unicode, Inc. and others.
4// *   License & terms of use: http://www.unicode.org/copyright.html
5// *
6// *******************************************************************************
7// *******************************************************************************
8// *
9// *   Copyright (C) 1997-2000, International Business Machines
10// *   Corporation and others.  All Rights Reserved.
11// *
12// *******************************************************************************
13
14
15
16fa {
17
18   Version { "x0.0" }
19
20
21    DayAbbreviations {
22            "ی∔",
23            "د∔",
24            "س∔",
25            "چ∔",
26            "پ∔",
27            "ج∔",
28            "ش∔",
29    }
30    DayNames {
31            "یی‌شنبه",
32            "دوشنبه",
33            "سه‌شنبه",
34            "چهارشنبه",
35            "پنج‌شنبه",
36            "جمعه",
37            "شنبه",
38    }
39    MonthAbbreviations {
40            "ژان",
41            "فور",
42            "مار",
43            "آور",
44            "مـه",
45            "ژون",
46            "ژوی",
47            "اوت",
48            "سپت",
49            "اكت",
50            "نوا",
51            "دسا",
52            "",
53    }
54    MonthNames {
55            "ژانویه",
56            "فورویه",
57            "مارس",
58            "آوریل",
59            "مه",
60            "ژوئن",
61            "ژوئیه",
62            "اوت",
63            "سپتامبر",
64            "اكتبر",
65            "نوامبر",
66            "دسامبر",
67            "",
68    }
69    NumberElements {
70            "٫",
71            "٬",
72            ";",
73            "%",
74            "0",
75            "#",
76            "-",
77            "E",
78            "‰",
79            "∞",
80            "�",
81    }
82    NumberPatterns {
83            "#,##0.###;-#,##0.###",
84            "#,##0.#¤;#,##0.#- ¤",
85            "#,##0%",
86    }
87    LocaleID{ "29"}
88            // /**************** Info Below is needed ****************/
89            // CollationElements{}
90            // Countries{}
91            // Eras{}
92            // Languages{}
93            // ShortLanguage { }
94            // localPatternChars{}
95            //
96}
97