blob: 2712255397f776201e58e4b68ea143788ce0a7e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
comment_char %
escape_char /
% This file is part of the GNU C Library and contains locale data.
% The Free Software Foundation does not claim any copyright interest
% in the locale data contained in this file. The foregoing does not
% affect the license of the GNU C Library as a whole. It does not
% exempt you from the conditions of the license if your use would
% otherwise be governed by that license.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Ge'ez language locale for Ethiopia with Abegede collation.
%
% Charset: UTF-8
%
% Prepared and contributed to glibc by Daniel Yacob <locales@geez.org>.
%
% This locale data has been developed under the Yeha Project:
% http://yeha.sourceforge.net/
%
% build with: localedef -f UTF-8 -i gez_ET-Abegede gez_ET-Abegede
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
LC_IDENTIFICATION
%
title "Ge'ez language locale for Ethiopia With Abegede Collation"
source "Ge'ez Frontier Foundation"
address "7802 Solomon Seal Dr., Springfield, VA 22152, USA"
contact ""
email "locales@geez.org"
tel ""
fax ""
language "Geez"
territory "Ethiopia"
revision "0.20"
date "2003-07-05"
%
category "i18n:2000";LC_IDENTIFICATION
category "i18n:2000";LC_COLLATE
category "i18n:2000";LC_CTYPE
category "i18n:2000";LC_MEASUREMENT
category "i18n:2000";LC_MONETARY
category "posix:1993";LC_NUMERIC
category "i18n:2000";LC_PAPER
category "i18n:2000";LC_TELEPHONE
category "i18n:2000";LC_ADDRESS
category "i18n:2000";LC_MESSAGES
category "i18n:2000";LC_NAME
category "i18n:2000";LC_TIME
%
END LC_IDENTIFICATION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Ethiopic Specifc Data:
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
LC_COLLATE
copy "gez_ER@abegede"
END LC_COLLATE
LC_CTYPE
copy "gez_ET"
END LC_CTYPE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Ethiopia Specifc Data:
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
LC_MEASUREMENT
% metric
measurement 1
END LC_MEASUREMENT
LC_MONETARY
copy "gez_ET"
END LC_MONETARY
LC_NUMERIC
copy "gez_ET"
END LC_NUMERIC
LC_PAPER
copy "gez_ET"
END LC_PAPER
LC_TELEPHONE
copy "gez_ET"
END LC_TELEPHONE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Ge'ez/ET Specific Data:
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
LC_ADDRESS
copy "gez_ET"
END LC_ADDRESS
LC_MESSAGES
copy "gez_ET"
END LC_MESSAGES
LC_NAME
copy "gez_ET"
END LC_NAME
LC_TIME
copy "gez_ET"
END LC_TIME
|