mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
989182c40a
It has been discovered that some locales use the 12-hour time formats but do not use any AM/PM indicator thus making the time ambiguous. This commit adds "%p" wherever it was missing. In some cases it has been identified that a locale should use 24-hour time format rather than 12-hour. All time formats come from CLDR but this commit introduces as few changes as possible (for example, it tries not to change the time zone display). For the locales which are not supported by CLDR the consistency with similar locales (which means the same language or the same country) has been preserved: if the time formats were the same before the change then they are still the same after the change. The time format updates can be roughly summarized as follows: * Most of the locales of Djibouti, Eritrea, and Ethiopia now use "%l:%M:%S %p". * Most of the locales of India and some surrounding countries (Bangladesh, Nepal etc.) now use "%I:%M:%S %p %Z". * Most of the Arabic locales now use "%Z %I:%M:%S %p". * Ge'ez language (Eritrea and Ethiopia) now uses "%l:%M:%S፡%p" (note the consistent use of Ethiopic wordspace character). * Tamil (India) now uses "%p %I:%M:%S %Z". * Chinese (Hong Kong) t_fmt now uses "%p %I<U6642>%M<U5206>%S<U79D2> %Z". * Additionally, the following locales have been switched from 12-hour time formats to 24-hour, according to CLDR: Arabic (Morocco), Maltese, Somali (Kenya), and Tamil (Sri Lanka). * Finally, the Bulgarian, Czech, and Slovak locales used 24-hour time format correctly but their t_fmt_ampm field was not empty containing 12-hour time format which was incorrect so it is now replaced with an empty string. [BZ #10496] * localedata/locales/aa_DJ (t_fmt): Set to "%l:%M:%S %p". (t_fmt_ampm): Likewise. * localedata/locales/aa_ER (t_fmt): Likewise. (t_fmt_ampm): Likewise. * localedata/locales/aa_ER@saaho (t_fmt): Likewise. (t_fmt_ampm): Likewise. * localedata/locales/aa_ET (t_fmt): Likewise. (t_fmt_ampm): Likewise. * localedata/locales/am_ET (t_fmt): Likewise. (t_fmt_ampm): Likewise. * localedata/locales/byn_ER (t_fmt): Likewise. (t_fmt_ampm): Likewise. * localedata/locales/om_ET (t_fmt): Likewise. (t_fmt_ampm): Likewise. * localedata/locales/sid_ET (t_fmt): Likewise. (t_fmt_ampm): Likewise. * localedata/locales/so_DJ (t_fmt): Likewise. (t_fmt_ampm): Likewise. * localedata/locales/so_ET (t_fmt): Likewise. (t_fmt_ampm): Likewise. * localedata/locales/so_SO (t_fmt): Likewise. (t_fmt_ampm): Likewise. * localedata/locales/ti_ER (t_fmt): Likewise. (t_fmt_ampm): Likewise. * localedata/locales/ti_ET (t_fmt): Likewise. (t_fmt_ampm): Likewise. * localedata/locales/tig_ER (t_fmt): Likewise. (t_fmt_ampm): Likewise. * localedata/locales/wal_ET (t_fmt): Likewise. (t_fmt_ampm): Likewise. * localedata/locales/anp_IN (t_fmt): Set to "%I:%M:%S %p %Z". * localedata/locales/ar_IN (t_fmt): Likewise. * localedata/locales/bhb_IN (t_fmt): Likewise. * localedata/locales/bho_IN (t_fmt): Likewise. * localedata/locales/bi_VU (t_fmt): Likewise. * localedata/locales/bn_BD (t_fmt): Likewise. * localedata/locales/bn_IN (t_fmt): Likewise. * localedata/locales/brx_IN (t_fmt): Likewise. * localedata/locales/doi_IN (t_fmt): Likewise. * localedata/locales/en_HK (t_fmt): Likewise. (t_fmt_ampm): Likewise. * localedata/locales/en_IN (t_fmt): Likewise. * localedata/locales/en_PH (t_fmt): Likewise. * localedata/locales/gu_IN (t_fmt): Likewise. * localedata/locales/hi_IN (t_fmt): Likewise. * localedata/locales/hif_FJ (t_fmt): Likewise. * localedata/locales/hne_IN (t_fmt): Likewise. * localedata/locales/kn_IN (t_fmt): Likewise. * localedata/locales/kok_IN (t_fmt): Likewise. * localedata/locales/ks_IN (t_fmt): Likewise. * localedata/locales/ks_IN@devanagari (t_fmt): Likewise. * localedata/locales/mag_IN (t_fmt): Likewise. * localedata/locales/mai_IN (t_fmt): Likewise. * localedata/locales/mjw_IN (t_fmt): Likewise. * localedata/locales/ml_IN (t_fmt): Likewise. * localedata/locales/mni_IN (t_fmt): Likewise. * localedata/locales/mr_IN (t_fmt): Likewise. * localedata/locales/ms_MY (t_fmt): Likewise. * localedata/locales/pa_IN (t_fmt): Likewise. * localedata/locales/raj_IN (t_fmt): Likewise. * localedata/locales/sa_IN (t_fmt): Likewise. * localedata/locales/sat_IN (t_fmt): Likewise. * localedata/locales/sd_IN (t_fmt): Likewise. * localedata/locales/sd_IN@devanagari (t_fmt): Likewise. * localedata/locales/tcy_IN (t_fmt): Likewise. * localedata/locales/the_NP (t_fmt): Likewise. * localedata/locales/to_TO (t_fmt): Likewise. * localedata/locales/ur_IN (t_fmt): Likewise. * localedata/locales/hif_FJ (d_t_fmt): Set to "%A %d %b %Y %I:%M:%S %p". (date_fmt): Add, set to "%A %d %b %Y %I:%M:%S %p %Z". * localedata/locales/ar_AE (t_fmt): Set to "%Z %I:%M:%S %p". * localedata/locales/ar_BH (t_fmt): Likewise. * localedata/locales/ar_DZ (t_fmt): Likewise. * localedata/locales/ar_EG (t_fmt): Likewise. * localedata/locales/ar_IQ (t_fmt): Likewise. * localedata/locales/ar_JO (t_fmt): Likewise. * localedata/locales/ar_KW (t_fmt): Likewise. * localedata/locales/ar_LB (t_fmt): Likewise. * localedata/locales/ar_LY (t_fmt): Likewise. * localedata/locales/ar_OM (t_fmt): Likewise. * localedata/locales/ar_QA (t_fmt): Likewise. * localedata/locales/ar_SD (t_fmt): Likewise. * localedata/locales/ar_SS (t_fmt): Likewise. * localedata/locales/ar_SY (t_fmt): Likewise. * localedata/locales/ar_TN (t_fmt): Likewise. * localedata/locales/ar_YE (t_fmt): Likewise. * localedata/locales/gez_ER (t_fmt): Set to "%l:%M:%S<U1361>%p". (t_fmt_ampm): Likewise. * localedata/locales/gez_ET (t_fmt): Likewise. (t_fmt_ampm): Likewise. * localedata/locales/ta_IN (t_fmt): Set to "%p %I:%M:%S %Z". (t_fmt_ampm): Likewise. (d_t_fmt): Set to "%A %d %B %Y %p %I:%M:%S %Z". * localedata/locales/zh_HK (t_fmt): Set to "%p %I<U6642>%M<U5206>%S<U79D2> %Z". * localedata/locales/ar_MA (t_fmt_ampm): Set to "" (empty string) because this locale does not use the 12-hour clock. (t_fmt): Set to "%Z %H:%M:%S". (d_t_fmt): Set to "%d %b, %Y %Z %H:%M:%S". * localedata/locales/mt_MT (t_fmt_ampm): Set to "" (empty string) because this locale does not use the 12-hour clock. (t_fmt): Set to "%H:%M:%S %Z". (d_t_fmt): Set to "%A, %d ta %b, %Y %H:%M:%S %Z". * localedata/locales/so_KE (t_fmt_ampm): Set to "" (empty string) because this locale does not use the 12-hour clock. (t_fmt): Set to "%T". (d_t_fmt): Set to "%A, %B %e, %Y %X %Z". (date_fmt): Set to "%A, %B %e, %X %Z %Y". * localedata/locales/ta_LK (t_fmt_ampm): Set to "" (empty string) because this locale does not use the 12-hour clock. (t_fmt): Set to "%H:%M:%S %Z". (d_t_fmt): Set to "%A %d %B %Y %H:%M:%S %Z". * localedata/locales/bg_BG (t_fmt_ampm): Set to "" (empty string) because this locale does not use the 12-hour clock. * localedata/locales/cs_CZ (t_fmt_ampm): Likewise. * localedata/locales/sk_SK (t_fmt_ampm): Likewise.
261 lines
6.1 KiB
Plaintext
261 lines
6.1 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.
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%
|
|
% Tigrigna language locale for Eritrea.
|
|
%
|
|
% 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 ti_ER ti_ER
|
|
%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
|
|
LC_IDENTIFICATION
|
|
%
|
|
title "Tigrigna language locale for Eritrea."
|
|
source "Ge'ez Frontier Foundation"
|
|
address "7802 Solomon Seal Dr., Springfield, VA 22152, USA"
|
|
contact ""
|
|
email "locales@geez.org"
|
|
tel ""
|
|
fax ""
|
|
language "Tigrinya"
|
|
territory "Eritrea"
|
|
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_ADDRESS
|
|
category "i18n:2012";LC_MESSAGES
|
|
category "i18n:2012";LC_NAME
|
|
category "i18n:2012";LC_TIME
|
|
END LC_IDENTIFICATION
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%
|
|
% Ethiopic Specific Data:
|
|
%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
LC_COLLATE
|
|
copy "am_ET"
|
|
END LC_COLLATE
|
|
|
|
LC_CTYPE
|
|
copy "ti_ET"
|
|
END LC_CTYPE
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%
|
|
% Eritrea Specific Data:
|
|
%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
LC_MEASUREMENT
|
|
copy "i18n"
|
|
END LC_MEASUREMENT
|
|
|
|
|
|
LC_MONETARY
|
|
%
|
|
int_curr_symbol "ERN "
|
|
currency_symbol "Nfk"
|
|
mon_decimal_point "."
|
|
mon_thousands_sep ","
|
|
mon_grouping 3;3
|
|
positive_sign ""
|
|
negative_sign "-"
|
|
int_frac_digits 0
|
|
frac_digits 0
|
|
p_cs_precedes 1
|
|
p_sep_by_space 1
|
|
n_cs_precedes 1
|
|
n_sep_by_space 1
|
|
p_sign_posn 1
|
|
n_sign_posn 1
|
|
%
|
|
END LC_MONETARY
|
|
|
|
|
|
LC_NUMERIC
|
|
%
|
|
% This is the POSIX Locale definition for the LC_NUMERIC category.
|
|
%
|
|
decimal_point "."
|
|
thousands_sep ""
|
|
grouping 0;0
|
|
%
|
|
END LC_NUMERIC
|
|
|
|
|
|
LC_PAPER
|
|
copy "i18n"
|
|
END LC_PAPER
|
|
|
|
|
|
LC_TELEPHONE
|
|
%
|
|
% This is the ISO_IEC TR14652 Locale definition for the LC_TELEPHONE category.
|
|
%
|
|
tel_dom_fmt "%a-%l"
|
|
tel_int_fmt "+%c %a %l"
|
|
int_prefix "291"
|
|
int_select "00"
|
|
%
|
|
END LC_TELEPHONE
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%
|
|
% Tigrigna/ER Specific Data:
|
|
%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
LC_ADDRESS
|
|
%
|
|
% This is the ISO_IEC TR14652 Locale definition for the LC_ADDRESS category.
|
|
%
|
|
postal_fmt "%z%c%T%s%b%e%r"
|
|
country_name "<U12A4><U122D><U1275><U122B>"
|
|
country_post "ERI"
|
|
country_ab2 "ER"
|
|
country_ab3 "ERI"
|
|
country_num 232
|
|
country_car "ER"
|
|
% country_isbn unknown, Need ISO 2108
|
|
lang_name "<U1275><U130D><U122D><U129B>"
|
|
lang_ab "ti"
|
|
lang_term "tir"
|
|
lang_lib "tir"
|
|
%
|
|
END LC_ADDRESS
|
|
|
|
|
|
LC_MESSAGES
|
|
yesexpr "^[+1yY<U12A5>]"
|
|
noexpr "^[-0nN<U1290>]"
|
|
% እወ
|
|
yesstr "<U12A5><U12C8>"
|
|
% ነኖእ
|
|
nostr "<U1290><U1296><U12A5>"
|
|
END LC_MESSAGES
|
|
|
|
|
|
LC_NAME
|
|
%
|
|
% This is the ISO_IEC TR14652 Locale definition for the LC_NAME category.
|
|
%
|
|
name_fmt "%d%t%g%t%m%t%f"
|
|
name_gen ""
|
|
name_mr "<U12A3><U1276>" % "<U12A0><U12ED><U1270>" is informal
|
|
name_mrs "<U12C8>//<U122E>"
|
|
name_miss "<U12C8>//<U122A><U1275>"
|
|
name_ms "<U12C8>//<U122A><U1275>"
|
|
%
|
|
END LC_NAME
|
|
|
|
|
|
LC_TIME
|
|
%
|
|
% Abbreviated weekday names (%a)
|
|
%
|
|
abday "<U1230><U1295><U1260>";/
|
|
"<U1230><U1291><U12ED>";/
|
|
"<U1230><U1209><U1235>";/
|
|
"<U1228><U1261><U12D5>";/
|
|
"<U1213><U1219><U1235>";/
|
|
"<U12D3><U122D><U1262>";/
|
|
"<U1240><U12F3><U121D>"
|
|
%
|
|
% Full weekday names (%A)
|
|
%
|
|
day "<U1230><U1295><U1260><U1275>";/
|
|
"<U1230><U1291><U12ED>";/
|
|
"<U1230><U1209><U1235>";/
|
|
"<U1228><U1261><U12D5>";/
|
|
"<U1213><U1219><U1235>";/
|
|
"<U12D3><U122D><U1262>";/
|
|
"<U1240><U12F3><U121D>"
|
|
%
|
|
% Abbreviated month names (%b)
|
|
%
|
|
abmon "<U1325><U122A> ";/
|
|
"<U1208><U12AB><U1272>";/
|
|
"<U1218><U130B><U1262>";/
|
|
"<U121A><U12EB><U12DD>";/
|
|
"<U130D><U1295><U1266>";/
|
|
"<U1230><U1290> ";/
|
|
"<U1213><U121D><U1208>";/
|
|
"<U1290><U1213><U1230>";/
|
|
"<U1218><U1235><U12A8>";/
|
|
"<U1325><U1245><U121D>";/
|
|
"<U1215><U12F3><U122D>";/
|
|
"<U1273><U1215><U1233>"
|
|
%
|
|
% Full month names (%B)
|
|
%
|
|
mon "<U1325><U122A>";/
|
|
"<U1208><U12AB><U1272><U1275>";/
|
|
"<U1218><U130B><U1262><U1275>";/
|
|
"<U121A><U12EB><U12DD><U12EB>";/
|
|
"<U130D><U1295><U1266><U1275>";/
|
|
"<U1230><U1290>";/
|
|
"<U1213><U121D><U1208>";/
|
|
"<U1290><U1213><U1230>";/
|
|
"<U1218><U1235><U12A8><U1228><U121D>";/
|
|
"<U1325><U1245><U121D><U1272>";/
|
|
"<U1215><U12F3><U122D>";/
|
|
"<U1273><U1215><U1233><U1235>"
|
|
%
|
|
% Equivalent of AM PM
|
|
%
|
|
am_pm "<U1295><U1309><U1206> <U1230><U12D3><U1270>";/
|
|
"<U12F5><U1215><U122D> <U1230><U12D3><U1275>"
|
|
%
|
|
% Appropriate date representation (%x)
|
|
%
|
|
d_fmt "%d//%m//%Y"
|
|
%
|
|
% Appropriate time representation (%X)
|
|
%
|
|
t_fmt "%l:%M:%S %p"
|
|
%
|
|
% Appropriate AM/PM time representation (%r)
|
|
%
|
|
t_fmt_ampm "%l:%M:%S %p"
|
|
%
|
|
% Appropriate date and time representation (%c)
|
|
% "%A፡ %B %e መዓልቲ %Y %r %Z
|
|
%
|
|
d_t_fmt "%A<U1361> %B %e <U1218><U12D3><U120D><U1272> %Y %r %Z"
|
|
%
|
|
% Appropriate date representation (date(1))
|
|
% "%A፡ %B %e መዓልቲ %r %Z %Y ዓ/ም
|
|
%
|
|
date_fmt "%A<U1361> %B %e <U1218><U12D3><U120D><U1272> %r %Z %Y <U12D3>//<U121D>"
|
|
%
|
|
week 7;19971130;1
|
|
first_weekday 2
|
|
END LC_TIME
|