mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-24 12:25:35 +08:00
ebf01e8334
A few locales add .* to the end of regexes, but this isn't necessary. Drop it to simplify things. e.g. It goes from ^[yY].* to ^[yY]. Did it for all these locales for yesexpr & noexpr: aa_ET ak_GH am_ET an_ES ar_EG as_IN ast_ES ayc_PE az_AZ be_BY be_BY@latin bem_ZM ber_DZ ber_MA bg_BG bhb_IN bo_IN br_FR ca_ES ce_RU csb_PL cs_CZ cv_RU cy_GB da_DK de_DE dv_MV dz_BT el_GR en_CA en_DK en_US es_ES et_EE eu_ES fa_IR ff_SN fi_FI fo_FO fr_BE fr_CH fr_FR fr_LU fur_IT fy_DE ga_IE gd_GB gl_ES gv_GB ha_NG he_IL hi_IN hr_HR hsb_DE ht_HT hu_HU ia_FR id_ID ig_NG is_IS it_CH it_IT ka_GE kk_KZ kl_GL kn_IN ks_IN ks_IN@devanagari ku_TR kw_GB ky_KG li_NL lij_IT lt_LT lv_LV mg_MG mhr_RU mi_NZ mk_MK mn_MN my_MM nan_TW@latin nb_NO nds_DE nds_NL ne_NP nhn_MX niu_NU niu_NZ nl_NL nn_NO oc_FR or_IN os_RU pa_IN pa_PK pap_AW pap_CW pl_PL ps_AF pt_BR pt_PT quz_PE raj_IN ro_RO ru_RU ru_UA sa_IN sc_IT sd_IN@devanagari se_NO sk_SK sl_SI so_DJ so_SO sq_AL sv_SE sw_KE szl_PL tcy_IN te_IN tg_TJ the_NP tk_TM ti_ER ti_ET tt_RU tt_RU@iqtelif ug_CN unm_US ur_IN ur_PK uz_UZ uz_UZ@cyrillic vi_VN wa_BE wae_CH wo_SN yi_US yo_NG A few locales were missing ^ anchors, so add them. e.g. It goes from [oOyY].* to ^[oOyY]. fil_PH ik_CA iu_CA Some locales are defining a subset of values when there are fuller ones available (according to the language). Switch them to copy instead. aa_DJ: copy aa_ET en_AU: copy en_US en_GB: copy en_US en_HK: copy en_US en_IN: copy en_US en_NG: copy en_US en_NZ: copy en_US en_PH: copy en_US en_SG: copy en_US en_ZA: copy en_US es_US: copy es_ES li_BE: copy nl_BE
231 lines
7.0 KiB
Plaintext
231 lines
7.0 KiB
Plaintext
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.
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%
|
|
% Somali language locale for Djibouti.
|
|
%
|
|
% Charset: ISO-8859-1
|
|
%
|
|
% Somali terms provided by Mohamed Diriye Abdullahi <diriyeam@magellan.umontreal.ca>
|
|
% Department of Linguistics and Translation, Université de Montréal, Montreal.
|
|
% 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 ISO-8859-1 -i so_DJ so_DJ
|
|
%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
|
|
LC_IDENTIFICATION
|
|
%
|
|
title "Somali language locale for Djibouti."
|
|
source "Ge'ez Frontier Foundation"
|
|
address "7802 Solomon Seal Dr., Springfield, VA 22152, USA"
|
|
contact ""
|
|
email "locales@geez.org"
|
|
tel ""
|
|
fax ""
|
|
language "Somali"
|
|
territory "Djibouti"
|
|
revision "0.20"
|
|
date "2003-07-05"
|
|
|
|
category "i18n:2012";LC_IDENTIFICATION
|
|
category "i18n:2012";LC_COLLATE
|
|
category "i18n:2012";LC_CTYPE
|
|
category "i18n:2012";LC_MEASUREMENT
|
|
category "i18n:2012";LC_MONETARY
|
|
category "i18n:2012";LC_NUMERIC
|
|
category "i18n:2012";LC_PAPER
|
|
category "i18n:2012";LC_TELEPHONE
|
|
category "i18n:2012";LC_NAME
|
|
category "i18n:2012";LC_ADDRESS
|
|
category "i18n:2012";LC_MESSAGES
|
|
category "i18n:2012";LC_TIME
|
|
END LC_IDENTIFICATION
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%
|
|
% Latin Character Set Specifc Data:
|
|
%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
LC_COLLATE
|
|
copy "so_SO"
|
|
END LC_COLLATE
|
|
|
|
LC_CTYPE
|
|
copy "so_SO"
|
|
END LC_CTYPE
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%
|
|
% Djibouti Specific and Shared Data:
|
|
%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
LC_MEASUREMENT
|
|
copy "aa_DJ"
|
|
END LC_MEASUREMENT
|
|
|
|
LC_MONETARY
|
|
copy "aa_DJ"
|
|
END LC_MONETARY
|
|
|
|
LC_NUMERIC
|
|
copy "aa_DJ"
|
|
END LC_NUMERIC
|
|
|
|
LC_PAPER
|
|
copy "aa_DJ"
|
|
END LC_PAPER
|
|
|
|
LC_TELEPHONE
|
|
copy "aa_DJ"
|
|
END LC_TELEPHONE
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%
|
|
% Somali Specific Data:
|
|
%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
LC_NAME
|
|
copy "so_SO"
|
|
END LC_NAME
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%
|
|
% Somali/DJ Specific Data:
|
|
%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
LC_ADDRESS
|
|
%
|
|
% This is the ISO_IEC TR14652 Locale definition for the LC_ADDRESS category.
|
|
%
|
|
postal_fmt "<U0025><U007A><U0025><U0063><U0025><U0054><U0025><U0073>/
|
|
<U0025><U0062><U0025><U0065><U0025><U0072>"
|
|
country_name "<U004A><U0061><U0062><U0075><U0075><U0074><U0069>"
|
|
country_post "<U0044><U004A><U0049>"
|
|
country_ab2 "<U0044><U004A>"
|
|
country_ab3 "<U0044><U004A><U0049>"
|
|
country_num 262
|
|
country_car "<U0044><U004A><U0049>"
|
|
% country_isbn unknown, Need ISO 2108
|
|
lang_name "<U0053><U006F><U006F><U006D><U0061><U0061><U006C><U0069>"
|
|
lang_ab "<U0073><U006F>"
|
|
lang_term "<U0073><U006F><U006D>"
|
|
lang_lib "<U0073><U006F><U006D>"
|
|
%
|
|
END LC_ADDRESS
|
|
|
|
|
|
LC_MESSAGES
|
|
yesexpr "<U005E><U005B><U006F><U004F><U0079><U0059><U005D>"
|
|
noexpr "<U005E><U005B><U006E><U004E><U005D>"
|
|
END LC_MESSAGES
|
|
|
|
|
|
LC_TIME
|
|
%
|
|
% Abbreviated weekday names (%a)
|
|
%
|
|
abday "<U0061><U0078><U0061>";/
|
|
"<U0069><U0073><U006E>";/
|
|
"<U0073><U0061><U006C>";/
|
|
"<U0061><U0072><U0062>";/
|
|
"<U006B><U0068><U0061>";/
|
|
"<U006A><U0069><U006D>";/
|
|
"<U0073><U0061><U0062>"
|
|
%
|
|
% Full weekday names (%A)
|
|
%
|
|
day "<U0041><U0078><U0061><U0064>";/
|
|
"<U0049><U0073><U006E><U0069><U0069><U006E>";/
|
|
"<U0053><U0061><U006C><U0061><U0061><U0073><U006F>";/
|
|
"<U0041><U0072><U0062><U0061><U0063><U006F>";/
|
|
"<U004B><U0068><U0061><U006D><U0069><U0069><U0073>";/
|
|
"<U004A><U0069><U006D><U0063><U006F>";/
|
|
"<U0053><U0061><U0062><U0074><U0069>"
|
|
%
|
|
% Abbreviated month names (%b)
|
|
%
|
|
abmon "<U006B><U006F><U0062>";/
|
|
"<U006C><U0061><U0062>";/
|
|
"<U0073><U0061><U0064>";/
|
|
"<U0061><U0066><U0072>";/
|
|
"<U0073><U0068><U0061>";/
|
|
"<U006C><U0069><U0078>";/
|
|
"<U0074><U006F><U0064>";/
|
|
"<U0073><U0069><U0064>";/
|
|
"<U0073><U0061><U0067>";/
|
|
"<U0074><U006F><U0062>";/
|
|
"<U006B><U0069><U0074>";/
|
|
"<U006C><U0069><U0074>"
|
|
%
|
|
% Full month names (%B)
|
|
%
|
|
mon "<U0042><U0069><U0073><U0068><U0061> <U004B><U006F><U006F><U0062><U0061><U0061><U0064>";/
|
|
"<U0042><U0069><U0073><U0068><U0061> <U004C><U0061><U0062><U0061><U0061><U0064>";/
|
|
"<U0042><U0069><U0073><U0068><U0061> <U0053><U0061><U0064><U0064><U0065><U0078><U0061><U0061><U0064>";/
|
|
"<U0042><U0069><U0073><U0068><U0061> <U0041><U0066><U0072><U0061><U0061><U0064>";/
|
|
"<U0042><U0069><U0073><U0068><U0061> <U0053><U0068><U0061><U006E><U0061><U0061><U0064>";/
|
|
"<U0042><U0069><U0073><U0068><U0061> <U004C><U0069><U0078><U0061><U0061><U0064>";/
|
|
"<U0042><U0069><U0073><U0068><U0061> <U0054><U006F><U0064><U006F><U0062><U0061><U0061><U0064>";/
|
|
"<U0042><U0069><U0073><U0068><U0061> <U0053><U0069><U0064><U0065><U0065><U0064><U0061><U0061><U0064>";/
|
|
"<U0042><U0069><U0073><U0068><U0061> <U0053><U0061><U0067><U0061><U0061><U006C><U0061><U0061><U0064>";/
|
|
"<U0042><U0069><U0073><U0068><U0061> <U0054><U006F><U0062><U006E><U0061><U0061><U0064>";/
|
|
"<U0042><U0069><U0073><U0068><U0061> <U004B><U006F><U0077> <U0069><U0079><U006F> <U0054><U006F><U0062><U006E><U0061><U0061><U0064>";/
|
|
"<U0042><U0069><U0073><U0068><U0061> <U004C><U0061><U0062><U0061> <U0069><U0079><U006F> <U0054><U006F><U0062><U006E><U0061><U0061><U0064>"
|
|
%
|
|
% Equivalent of AM PM
|
|
%
|
|
am_pm "<U0073><U0075><U0062><U0061><U0078><U006E><U0069><U006D><U006F>";/
|
|
"<U0067><U0061><U006C><U0061><U0062><U006E><U0069><U006D><U006F>"
|
|
%
|
|
% Appropriate date representation (%x)
|
|
% "%d.%m.%Y"
|
|
%
|
|
d_fmt "<U0025><U0064><U002E><U0025><U006D><U002E><U0025><U0059>"
|
|
%
|
|
% Appropriate time representation (%X)
|
|
% "%H:%M:%S"
|
|
%
|
|
t_fmt "<U0025><U006C><U003A><U0025><U004D><U003A><U0025><U0053>"
|
|
%
|
|
% Appropriate AM/PM time representation (%r)
|
|
% "%X %p"
|
|
%
|
|
t_fmt_ampm "<U0025><U0058><U0020><U0025><U0070>"
|
|
%
|
|
% Appropriate date and time representation (%c)
|
|
% "%a %d %b %Y %r %Z
|
|
%
|
|
d_t_fmt "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062>/
|
|
<U0020><U0025><U0059><U0020><U0025><U0072><U0020><U0025><U005A>"
|
|
%
|
|
% Appropriate date representation (date(1))
|
|
% "%a %b %e %r %Z %Y"
|
|
%
|
|
date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
|
|
<U0020><U0025><U0072><U0020><U0025><U005A><U0020><U0025><U0059>"
|
|
%
|
|
week 7;19971130;1
|
|
first_weekday 7
|
|
END LC_TIME
|