]> git.ipfire.org Git - thirdparty/glibc.git/blame - localedata/locales/et_EE
Fix nscd/cachedumper.c compile errors
[thirdparty/glibc.git] / localedata / locales / et_EE
CommitLineData
f5f52655 1comment_char %
6bc81cf2 2escape_char /
f5f52655 3
a4cea54b
MF
4% This file is part of the GNU C Library and contains locale data.
5% The Free Software Foundation does not claim any copyright interest
6% in the locale data contained in this file. The foregoing does not
7% affect the license of the GNU C Library as a whole. It does not
8% exempt you from the conditions of the license if your use would
9% otherwise be governed by that license.
10
f5f52655
UD
11% Estonian language locale for Estonia
12% according to EVS 8:1993
13% Source: Estonian Informatics Fund
14% Address: To-nisma:gi 8, Tallinn
15% EE0100 Estonia
3dd90163
UD
16% Tel: +372 - 2 - 681012
17% Fax: +372 - 2 - 681012
f5f52655
UD
18% Contact: Tiit Tammiste
19% Email: tiit@eif.ee
20% Language: et
21% territory: EE
22% Revision: 4.3
23% Date: 1996-10-15
24% Application: general
25% Users: general
f5f52655 26
5ab01760
UD
27LC_IDENTIFICATION
28title "Estonian locale for Estonia"
29source "Estonian Informatics Fund"
30address "To-nisma:gi 8, Tallinn, EE0100 Estonia"
31contact ""
27b1a5c2 32email "bug-glibc-locales@gnu.org"
5ab01760
UD
33tel ""
34fax ""
35language "Estonian"
36territory "Estonia"
37revision "1.0"
38date "2000-06-29"
1a06eee8
MF
39
40category "i18n:2012";LC_IDENTIFICATION
41category "i18n:2012";LC_CTYPE
42category "i18n:2012";LC_COLLATE
43category "i18n:2012";LC_TIME
44category "i18n:2012";LC_NUMERIC
45category "i18n:2012";LC_MONETARY
46category "i18n:2012";LC_MESSAGES
47category "i18n:2012";LC_PAPER
48category "i18n:2012";LC_NAME
49category "i18n:2012";LC_ADDRESS
50category "i18n:2012";LC_TELEPHONE
51category "i18n:2012";LC_MEASUREMENT
5ab01760
UD
52END LC_IDENTIFICATION
53
f5f52655 54LC_COLLATE
de9661d6 55copy "iso14651_t1"
f5f52655 56
de9661d6
MF
57% CLDR collation rules for Estonian:
58% (see: https://unicode.org/cldr/trac/browser/trunk/common/collation/et.xml)
f5f52655 59%
de9661d6
MF
60% &[before 1]T<š<<<Š<z<<<Z<ž<<<Ž
61% &[before 1]X<õ<<<Õ<ä<<<Ä<ö<<<Ö<ü<<<Ü
62%
63% The following rules implement the same order for glibc.
64
65collating-symbol <s-caron>
15973854 66collating-symbol <z>
de9661d6
MF
67collating-symbol <z-caron>
68collating-symbol <o-tilde>
69collating-symbol <a-diaresis>
70collating-symbol <o-diaresis>
71collating-symbol <u-diaresis>
72
73% Uppercase first:
74% (This is not in the CLDR rules, but the old et_EE locale before I based
75% the collation on iso_41651_t1 did uppercase first. I don’t know whether
76% there is a good reason for this, but let’s keep it for the moment.
77% This reimplementation of the Estonian sorting just reproduces the same
78% order as before (except fixing some bugs,
79% see: https://sourceware.org/bugzilla/show_bug.cgi?id=22517#c1)).
80reorder-after <RES-1>
81<CAP>
82<MIN>
83
15973854 84reorder-after <BEFORE-T>
de9661d6 85<s-caron>
15973854 86<S007A>
de9661d6 87<z-caron>
15973854 88reorder-after <BEFORE-X>
de9661d6
MF
89<o-tilde>
90<a-diaresis>
91<o-diaresis>
92<u-diaresis>
93
15973854
MF
94<U0161> <s-caron>;<BASE>;<MIN>;IGNORE % š
95<U0160> <s-caron>;<BASE>;<CAP>;IGNORE % Š
96<U017E> <z-caron>;<BASE>;<MIN>;IGNORE % ž
97<U017D> <z-caron>;<BASE>;<CAP>;IGNORE % Ž
98<U00F5> <o-tilde>;<BASE>;<MIN>;IGNORE % õ
99<U00D5> <o-tilde>;<BASE>;<CAP>;IGNORE % Õ
100<U00E4> <a-diaresis>;<BASE>;<MIN>;IGNORE % ä
101<U00C4> <a-diaresis>;<BASE>;<CAP>;IGNORE % Ä
102<U00F6> <o-diaresis>;<BASE>;<MIN>;IGNORE % ö
103<U00D6> <o-diaresis>;<BASE>;<CAP>;IGNORE % Ö
104<U00FC> <u-diaresis>;<BASE>;<MIN>;IGNORE % ü
105<U00DC> <u-diaresis>;<BASE>;<CAP>;IGNORE % Ü
f5f52655 106
7ec5f946
MF
107reorder-end
108
f5f52655
UD
109END LC_COLLATE
110
111LC_CTYPE
5ab01760 112copy "i18n"
c10d32c8
UD
113
114translit_start
115include "translit_combining";""
116translit_end
f5f52655
UD
117END LC_CTYPE
118
119LC_MONETARY
a259f5d3 120int_curr_symbol "EUR "
fd3bb339 121currency_symbol "<U20AC>"
a259f5d3 122mon_decimal_point ","
70a6707f 123mon_thousands_sep "<U202F>"
f5f52655
UD
124mon_grouping 3;3
125positive_sign ""
a259f5d3 126negative_sign "-"
f5f52655
UD
127int_frac_digits 2
128frac_digits 2
89b7dd27 129p_cs_precedes 0
f5f52655 130p_sep_by_space 1
89b7dd27 131n_cs_precedes 0
f5f52655
UD
132n_sep_by_space 1
133p_sign_posn 1
134n_sign_posn 1
135END LC_MONETARY
136
137LC_NUMERIC
a259f5d3 138decimal_point ","
70a6707f 139thousands_sep "<U202F>"
f5f52655
UD
140grouping 3;3
141END LC_NUMERIC
142
143LC_TIME
a259f5d3
CP
144abday "P";"E";"T";"K";"N";"R";"L"
145day "p<U00FC>hap<U00E4>ev";/
146 "esmasp<U00E4>ev";/
147 "teisip<U00E4>ev";/
148 "kolmap<U00E4>ev";/
149 "neljap<U00E4>ev";/
150 "reede";/
151 "laup<U00E4>ev"
152abmon "jaan ";/
153 "veebr";/
154 "m<U00E4>rts";/
155 "apr ";/
156 "mai ";/
157 "juuni";/
158 "juuli";/
159 "aug ";/
160 "sept ";/
161 "okt ";/
162 "nov ";/
163 "dets "
164mon "jaanuar";/
165 "veebruar";/
166 "m<U00E4>rts";/
167 "aprill";/
168 "mai";/
169 "juuni";/
170 "juuli";/
171 "august";/
172 "september";/
173 "oktoober";/
174 "november";/
175 "detsember"
f5f52655
UD
176
177% Suggested date formats
178
75ba9299
RL
179d_t_fmt "%a %d %b %Y %T"
180date_fmt "%a %d %b %Y %T %Z"
a259f5d3
CP
181d_fmt "%d.%m.%Y"
182t_fmt "%T"
f5f52655
UD
183am_pm "";""
184t_fmt_ampm ""
3873630c 185week 7;19971130;4
54bf215c 186first_weekday 2
f5f52655
UD
187END LC_TIME
188
189LC_MESSAGES
58b1a7ea
MF
190yesexpr "^[+1JjYy]"
191noexpr "^[-0EeNn]"
192yesstr "jah"
193nostr "ei"
f5f52655 194END LC_MESSAGES
5ab01760
UD
195
196LC_PAPER
fe1f87ac 197copy "i18n"
5ab01760
UD
198END LC_PAPER
199
200LC_TELEPHONE
a259f5d3
CP
201tel_int_fmt "+%c %a %l"
202int_prefix "372"
203int_select "00"
5ab01760
UD
204END LC_TELEPHONE
205
206LC_MEASUREMENT
1c20cb20 207copy "i18n"
5ab01760
UD
208END LC_MEASUREMENT
209
210LC_NAME
a259f5d3 211name_fmt "%d%t%g%t%m%t%f"
5ab01760
UD
212END LC_NAME
213
214LC_ADDRESS
7a7a7d2c 215postal_fmt "%a%N%f%N%d%N%b%N%s%t%h%t%e%t%r%N%C-%z %T%N%c%N"
a259f5d3
CP
216country_name "Eesti"
217country_post "EE"
218country_ab2 "EE"
219country_ab3 "EST"
542a6f62 220country_num 233
a259f5d3 221country_car "EST"
c771b59a 222country_isbn "978-9949,978-9985"
a259f5d3
CP
223lang_name "eesti"
224lang_ab "et"
225lang_term "est"
226lang_lib "est"
5ab01760 227END LC_ADDRESS