Multiple locales: Use the correct 12-hour time formats (bug 10496).

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.
This commit is contained in:
Rafal Luzynski 2018-10-09 01:16:36 +02:00
parent 27841a7d5a
commit 989182c40a
80 changed files with 245 additions and 112 deletions

132
ChangeLog
View File

@ -1,3 +1,135 @@
2018-12-28 Rafal Luzynski <digitalfreak@lingonborough.com>
[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.
2018-12-28 Rafal Luzynski <digitalfreak@lingonborough.com>
[BZ #10496]

View File

@ -220,10 +220,10 @@ am_pm "saaku";"carra"
d_fmt "%d.%m.%Y"
%
% Appropriate time representation (%X)
t_fmt "%l:%M:%S"
t_fmt "%l:%M:%S %p"
%
% Appropriate AM/PM time representation (%r)
t_fmt_ampm "%X %p"
t_fmt_ampm "%l:%M:%S %p"
%
% Appropriate date and time representation (%c)
d_t_fmt "%a %d %b %Y %r %Z"

View File

@ -194,10 +194,10 @@ am_pm "saaku";"carra"
d_fmt "%d//%m//%Y"
%
% Appropriate time representation (%X)
t_fmt "%l:%M:%S"
t_fmt "%l:%M:%S %p"
%
% Appropriate AM/PM time representation (%r)
t_fmt_ampm "%X %p"
t_fmt_ampm "%l:%M:%S %p"
%
% Appropriate date and time representation (%c)
d_t_fmt "%A, %B %e, %Y %r %Z"

View File

@ -179,10 +179,10 @@ am_pm "saaku";"carra"
d_fmt "%d//%m//%Y"
%
% Appropriate time representation (%X)
t_fmt "%l:%M:%S"
t_fmt "%l:%M:%S %p"
%
% Appropriate AM/PM time representation (%r)
t_fmt_ampm "%X %p"
t_fmt_ampm "%l:%M:%S %p"
%
% Appropriate date and time representation (%c)
d_t_fmt "%A, %B %e, %Y %r %Z"

View File

@ -196,10 +196,10 @@ am_pm "saaku";"carra"
d_fmt "%d//%m//%Y"
%
% Appropriate time representation (%X)
t_fmt "%l:%M:%S"
t_fmt "%l:%M:%S %p"
%
% Appropriate AM/PM time representation (%r)
t_fmt_ampm "%X %p"
t_fmt_ampm "%l:%M:%S %p"
%
% Appropriate date and time representation (%c)
d_t_fmt "%A, %B %e, %Y %r %Z"

View File

@ -1039,10 +1039,10 @@ am_pm "<U1321><U12CB><U1275>";/
d_fmt "%d//%m//%Y"
%
% Appropriate time representation (%X)
t_fmt "%l:%M:%S"
t_fmt "%l:%M:%S %p"
%
% Appropriate AM/PM time representation (%r)
t_fmt_ampm "%X %p"
t_fmt_ampm "%l:%M:%S %p"
%
% Appropriate date and time representation (%c)
% "%A፣ %B %e ቀን %Y %r %Z

View File

@ -130,7 +130,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -133,7 +133,7 @@ d_t_fmt "%d %b, %Y %Z %I:%M:%S %p"
d_fmt "%d %b, %Y"
%
% Appropriate time representation
t_fmt "%Z %I:%M:%S "
t_fmt "%Z %I:%M:%S %p"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%Z %I:%M:%S %p"

View File

@ -137,7 +137,7 @@ d_t_fmt "%d %b, %Y %Z %I:%M:%S %p"
d_fmt "%d %b, %Y"
%
% Appropriate time representation
t_fmt "%Z %I:%M:%S "
t_fmt "%Z %I:%M:%S %p"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%Z %I:%M:%S %p"

View File

@ -142,7 +142,7 @@ d_t_fmt "%d %b, %Y %Z %I:%M:%S %p"
d_fmt "%d %b, %Y"
%
% Appropriate time representation
t_fmt "%Z %I:%M:%S "
t_fmt "%Z %I:%M:%S %p"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%Z %I:%M:%S %p"

View File

@ -140,7 +140,7 @@ d_t_fmt "%d %b, %Y %Z %I:%M:%S %p"
d_fmt "%d %b, %Y"
%
% Appropriate time representation
t_fmt "%Z %I:%M:%S "
t_fmt "%Z %I:%M:%S %p"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%Z %I:%M:%S %p"

View File

@ -106,7 +106,7 @@ d_t_fmt "%A %d %B %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -142,7 +142,7 @@ d_t_fmt "%d %b, %Y %Z %I:%M:%S %p"
d_fmt "%d %b, %Y"
%
% Appropriate time representation
t_fmt "%Z %I:%M:%S "
t_fmt "%Z %I:%M:%S %p"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%Z %I:%M:%S %p"

View File

@ -154,7 +154,7 @@ d_t_fmt "%d %b, %Y %Z %I:%M:%S %p"
d_fmt "%d %b, %Y"
%
% Appropriate time representation
t_fmt "%Z %I:%M:%S "
t_fmt "%Z %I:%M:%S %p"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%Z %I:%M:%S %p"

View File

@ -136,7 +136,7 @@ d_t_fmt "%d %b, %Y %Z %I:%M:%S %p"
d_fmt "%d %b, %Y"
%
% Appropriate time representation
t_fmt "%Z %I:%M:%S "
t_fmt "%Z %I:%M:%S %p"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%Z %I:%M:%S %p"

View File

@ -153,7 +153,7 @@ d_t_fmt "%d %b, %Y %Z %I:%M:%S %p"
d_fmt "%d %b, %Y"
%
% Appropriate time representation
t_fmt "%Z %I:%M:%S "
t_fmt "%Z %I:%M:%S %p"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%Z %I:%M:%S %p"

View File

@ -136,7 +136,7 @@ d_t_fmt "%d %b, %Y %Z %I:%M:%S %p"
d_fmt "%d %b, %Y"
%
% Appropriate time representation
t_fmt "%Z %I:%M:%S "
t_fmt "%Z %I:%M:%S %p"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%Z %I:%M:%S %p"

View File

@ -136,16 +136,16 @@ mon "<U064A><U0646><U0627><U064A><U0631>";/
am_pm "<U0635>";"<U0645>"
%
% Appropriate date and time representation
d_t_fmt "%d %b, %Y %Z %I:%M:%S %p"
d_t_fmt "%d %b, %Y %Z %H:%M:%S"
%
% Appropriate date representation
d_fmt "%d %b, %Y"
%
% Appropriate time representation
t_fmt "%Z %I:%M:%S "
t_fmt "%Z %H:%M:%S"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%Z %I:%M:%S %p"
t_fmt_ampm ""
week 7;19971130;1
first_weekday 7
first_workday 1

View File

@ -136,7 +136,7 @@ d_t_fmt "%d %b, %Y %Z %I:%M:%S %p"
d_fmt "%d %b, %Y"
%
% Appropriate time representation
t_fmt "%Z %I:%M:%S "
t_fmt "%Z %I:%M:%S %p"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%Z %I:%M:%S %p"

View File

@ -136,7 +136,7 @@ d_t_fmt "%d %b, %Y %Z %I:%M:%S %p"
d_fmt "%d %b, %Y"
%
% Appropriate time representation
t_fmt "%Z %I:%M:%S "
t_fmt "%Z %I:%M:%S %p"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%Z %I:%M:%S %p"

View File

@ -142,7 +142,7 @@ d_t_fmt "%d %b, %Y %Z %I:%M:%S %p"
d_fmt "%d %b, %Y"
%
% Appropriate time representation
t_fmt "%Z %I:%M:%S "
t_fmt "%Z %I:%M:%S %p"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%Z %I:%M:%S %p"

View File

@ -141,7 +141,7 @@ d_t_fmt "%d %b, %Y %Z %I:%M:%S %p"
d_fmt "%d %b, %Y"
%
% Appropriate time representation
t_fmt "%Z %I:%M:%S "
t_fmt "%Z %I:%M:%S %p"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%Z %I:%M:%S %p"

View File

@ -153,7 +153,7 @@ d_t_fmt "%d %b, %Y %Z %I:%M:%S %p"
d_fmt "%d %b, %Y"
%
% Appropriate time representation
t_fmt "%Z %I:%M:%S "
t_fmt "%Z %I:%M:%S %p"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%Z %I:%M:%S %p"

View File

@ -142,7 +142,7 @@ d_t_fmt "%d %b, %Y %Z %I:%M:%S %p"
d_fmt "%d %b, %Y"
%
% Appropriate time representation
t_fmt "%Z %I:%M:%S "
t_fmt "%Z %I:%M:%S %p"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%Z %I:%M:%S %p"

View File

@ -136,7 +136,7 @@ d_t_fmt "%d %b, %Y %Z %I:%M:%S %p"
d_fmt "%d %b, %Y"
%
% Appropriate time representation
t_fmt "%Z %I:%M:%S "
t_fmt "%Z %I:%M:%S %p"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%Z %I:%M:%S %p"

View File

@ -276,7 +276,7 @@ d_t_fmt "%x (%a) %X %Z"
d_fmt "%e.%m.%Y"
t_fmt "%k:%M:%S"
am_pm "";""
t_fmt_ampm "%l:%M:%S"
t_fmt_ampm ""
%
week 7;19971130;4
first_weekday 2

View File

@ -111,7 +111,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -117,7 +117,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -102,7 +102,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%A %d %b %Y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
% Equivalent of AM PM
am_pm "AM";"PM"
%

View File

@ -137,7 +137,7 @@ mon "<U099C><U09BE><U09A8><U09C1><U09AF><U09BC><U09BE><U09B0><U09C0>";/
am_pm "<U09AA><U09C2><U09B0><U09CD><U09AC><U09BE><U09B9><U09CD><U09A3>";"<U0985><U09AA><U09B0><U09BE><U09B9><U09CD><U09A3>"
d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
t_fmt_ampm "%I:%M:%S %p %Z"
week 7;19971130;1
first_weekday 6

View File

@ -124,7 +124,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -120,7 +120,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-m//%-d//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -196,11 +196,11 @@ d_fmt "%d//%m//%Y"
%
% Appropriate time representation (%X)
%
t_fmt "%l:%M:%S"
t_fmt "%l:%M:%S %p"
%
% Appropriate AM/PM time representation (%r)
%
t_fmt_ampm "%X %p"
t_fmt_ampm "%l:%M:%S %p"
%
% Appropriate date and time representation (%c)
% "%A፡ %B %e ዮም %Y %r %Z

View File

@ -367,7 +367,7 @@ d_fmt "%-d.%-m.%Y"
t_fmt "%H:%M:%S"
t_fmt_ampm "%I:%M:%S"
t_fmt_ampm ""
am_pm "";""

View File

@ -119,7 +119,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -127,10 +127,10 @@ d_t_fmt "%A, %B %d, %Y %p%I:%M:%S %Z"
d_fmt "%A, %B %d, %Y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%p%I:%M:%S %Z"
t_fmt_ampm "%I:%M:%S %p %Z"
%
week 7;19971130;1
END LC_TIME

View File

@ -108,7 +108,7 @@ d_t_fmt "%A %d %B %Y %I:%M:%S %p %Z"
d_fmt "%d//%m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -130,7 +130,7 @@ d_t_fmt "%A, %d %B, %Y %I:%M:%S %p %Z"
d_fmt "%A, %d %B, %Y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -192,11 +192,11 @@ d_fmt "%d//%m//%Y"
%
% Appropriate time representation (%X)
%
t_fmt "%l:%M:%S"
t_fmt "%l:%M:%S<U1361>%p"
%
% Appropriate AM/PM time representation (%r)
%
t_fmt_ampm "%X<U1361>%p"
t_fmt_ampm "%l:%M:%S<U1361>%p"
%
% Appropriate date and time representation (%c)
% "%A፥%B፡%e፡መዓልት፡%Y፡%r፡%Z"

View File

@ -193,11 +193,11 @@ d_fmt "%d//%m//%Y"
%
% Appropriate time representation (%X)
%
t_fmt "%l:%M:%S"
t_fmt "%l:%M:%S<U1361>%p"
%
% Appropriate AM/PM time representation (%r)
%
t_fmt_ampm "%X<U1361>%p"
t_fmt_ampm "%l:%M:%S<U1361>%p"
%
% Appropriate date and time representation (%c)
% "%A፥%B፡%e፡መዓልት፡%Y፡%r፡%Z"

View File

@ -151,7 +151,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -167,7 +167,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -96,13 +96,16 @@ mon "January";/
am_pm "Purvahan";"Aparaahna"
%
% Appropriate date and time representation
d_t_fmt "%A %d %b %Y %I:%M:%S %Z"
d_t_fmt "%A %d %b %Y %I:%M:%S %p"
%
% Appropriate date and time representation for date(1)
date_fmt "%A %d %b %Y %I:%M:%S %p %Z"
%
% Appropriate date representation
d_fmt "%A %d %b %Y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -117,7 +117,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -154,7 +154,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -117,7 +117,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d-%-m-%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -127,7 +127,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-m//%-d//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -119,7 +119,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-m//%-d//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -118,7 +118,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -120,7 +120,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -92,7 +92,7 @@ d_t_fmt "%A %d %B %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -298,7 +298,7 @@ d_t_fmt "%A %d %B %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -119,7 +119,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -194,7 +194,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -138,7 +138,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%A %d %b %Y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -212,16 +212,16 @@ mon "Jannar";/
am_pm "";""
%
% Appropriate date and time representation
d_t_fmt "%A, %d ta %b, %Y %I:%M:%S %p %Z"
d_t_fmt "%A, %d ta %b, %Y %H:%M:%S %Z"
%
% Appropriate date representation
d_fmt "%A, %d ta %b, %Y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%H:%M:%S %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"
t_fmt_ampm ""
week 7;19971130;1
END LC_TIME

View File

@ -208,10 +208,10 @@ am_pm "WD";"WB"
d_fmt "%d//%m//%Y"
%
% Appropriate time representation (%X)
t_fmt "%l:%M:%S"
t_fmt "%l:%M:%S %p"
%
% Appropriate AM/PM time representation (%r)
t_fmt_ampm "%X %p"
t_fmt_ampm "%l:%M:%S %p"
%
% Appropriate date and time representation (%c)
d_t_fmt "%A, %B %e, %Y %r %Z"

View File

@ -146,7 +146,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -129,7 +129,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -155,7 +155,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d-%m-%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -119,7 +119,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -127,7 +127,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -124,7 +124,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -202,11 +202,11 @@ d_fmt "%d//%m//%Y"
%
% Appropriate time representation (%X)
%
t_fmt "%l:%M:%S"
t_fmt "%l:%M:%S %p"
%
% Appropriate AM/PM time representation (%r)
%
t_fmt_ampm "%X %p"
t_fmt_ampm "%l:%M:%S %p"
%
% Appropriate date and time representation (%c)
%

View File

@ -172,7 +172,7 @@ d_fmt "%d.%m.%Y"
t_fmt "%H:%M:%S"
t_fmt_ampm "%I:%M:%S"
t_fmt_ampm ""
am_pm "";""

View File

@ -202,11 +202,11 @@ d_fmt "%d.%m.%Y"
%
% Appropriate time representation (%X)
%
t_fmt "%l:%M:%S"
t_fmt "%l:%M:%S %p"
%
% Appropriate AM/PM time representation (%r)
%
t_fmt_ampm "%X %p"
t_fmt_ampm "%l:%M:%S %p"
%
% Appropriate date and time representation (%c)
%

View File

@ -199,11 +199,11 @@ d_fmt "%d//%m//%Y"
%
% Appropriate time representation (%X)
%
t_fmt "%l:%M:%S"
t_fmt "%l:%M:%S %p"
%
% Appropriate AM/PM time representation (%r)
%
t_fmt_ampm "%X %p"
t_fmt_ampm "%l:%M:%S %p"
%
% Appropriate date and time representation (%c)
%

View File

@ -199,19 +199,19 @@ d_fmt "%d//%m//%Y"
%
% Appropriate time representation (%X)
%
t_fmt "%l:%M:%S"
t_fmt "%T"
%
% Appropriate AM/PM time representation (%r)
%
t_fmt_ampm "%X %p"
t_fmt_ampm ""
%
% Appropriate date and time representation (%c)
%
d_t_fmt "%A, %B %e, %Y %r %Z"
d_t_fmt "%A, %B %e, %Y %X %Z"
%
% Appropriate date representation (date(1))
%
date_fmt "%A, %B %e, %r %Z %Y"
date_fmt "%A, %B %e, %X %Z %Y"
%
week 7;19971130;1
END LC_TIME

View File

@ -247,11 +247,11 @@ d_fmt "%d//%m//%Y"
%
% Appropriate time representation (%X)
%
t_fmt "%l:%M:%S"
t_fmt "%l:%M:%S %p"
%
% Appropriate AM/PM time representation (%r)
%
t_fmt_ampm "%X %p"
t_fmt_ampm "%l:%M:%S %p"
%
% Appropriate date and time representation (%c)
%

View File

@ -127,16 +127,16 @@ mon "<U0B9C><U0BA9><U0BB5><U0BB0><U0BBF>";"<U0BAA><U0BBF><U0BAA><U0BCD><
am_pm "<U0B95><U0BBE><U0BB2><U0BC8>";"<U0BAE><U0BBE><U0BB2><U0BC8>"
%
% Appropriate date and time representation
d_t_fmt "%A %d %B %Y %I:%M:%S %p %Z"
d_t_fmt "%A %d %B %Y %p %I:%M:%S %Z"
%
% Appropriate date representation
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%p %I:%M:%S %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"
t_fmt_ampm "%p %I:%M:%S %Z"
%
week 7;19971130;1
END LC_TIME

View File

@ -85,10 +85,10 @@ mon "<U0B9C><U0BA9><U0BB5><U0BB0><U0BBF>";"<U0BAA><U0BBF><U0BAA><U0BCD><
"<U0B9A><U0BC6><U0BAA><U0BCD><U0B9F><U0BAE><U0BCD><U0BAA><U0BB0><U0BCD>";"<U0B85><U0B95><U0BCD><U0B9F><U0BCB><U0BAA><U0BB0><U0BCD>";/
"<U0BA8><U0BB5><U0BAE><U0BCD><U0BAA><U0BB0><U0BCD>";"<U0B9F><U0BBF><U0B9A><U0BAE><U0BCD><U0BAA><U0BB0><U0BCD>"
am_pm "<U0B95><U0BBE><U0BB2><U0BC8>";"<U0BAE><U0BBE><U0BB2><U0BC8>"
d_t_fmt "%A %d %B %Y %I:%M:%S %p %Z"
d_t_fmt "%A %d %B %Y %H:%M:%S %Z"
d_fmt "%-d//%-m//%y"
t_fmt "%I:%M:%S %Z"
t_fmt_ampm "%I:%M:%S %p %Z"
t_fmt "%H:%M:%S %Z"
t_fmt_ampm ""
week 7;19971130;1
first_weekday 2

View File

@ -130,7 +130,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -121,7 +121,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%A %d %b %Y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -239,11 +239,11 @@ d_fmt "%d//%m//%Y"
%
% Appropriate time representation (%X)
%
t_fmt "%l:%M:%S"
t_fmt "%l:%M:%S %p"
%
% Appropriate AM/PM time representation (%r)
%
t_fmt_ampm "%X %p"
t_fmt_ampm "%l:%M:%S %p"
%
% Appropriate date and time representation (%c)
% "%A፡ %B %e መዓልቲ %Y %r %Z

View File

@ -1040,11 +1040,11 @@ d_fmt "%d//%m//%Y"
%
% Appropriate time representation (%X)
%
t_fmt "%l:%M:%S"
t_fmt "%l:%M:%S %p"
%
% Appropriate AM/PM time representation (%r)
%
t_fmt_ampm "%X %p"
t_fmt_ampm "%l:%M:%S %p"
%
% Appropriate date and time representation (%c)
% "%A፣ %B %e መዓልቲ %Y %r %Z

View File

@ -196,11 +196,11 @@ d_fmt "%d//%m//%Y"
%
% Appropriate time representation (%X)
%
t_fmt "%l:%M:%S"
t_fmt "%l:%M:%S %p"
%
% Appropriate AM/PM time representation (%r)
%
t_fmt_ampm "%X %p"
t_fmt_ampm "%l:%M:%S %p"
%
% Appropriate date and time representation (%c)
% "%A፡ %B %e ዮም %Y %r %Z

View File

@ -91,7 +91,6 @@ abday "S<U0101>p";/
"Fal";/
"Tok"
% Equivalent of AM PM
% hengihengi, efiafi
am_pm "hengihengi";"efiafi"
%
@ -102,10 +101,9 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%A %d %b %Y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
% %I:%M:%S %p %Z
t_fmt_ampm "%I:%M:%S %p %Z"
END LC_TIME
%

View File

@ -127,7 +127,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
d_fmt "%-d//%-m//%y"
%
% Appropriate time representation
t_fmt "%I:%M:%S %Z"
t_fmt "%I:%M:%S %p %Z"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm "%I:%M:%S %p %Z"

View File

@ -206,11 +206,11 @@ d_fmt "%d//%m//%Y"
%
% Appropriate time representation (%X)
%
t_fmt "%l:%M:%S"
t_fmt "%l:%M:%S %p"
%
% Appropriate AM/PM time representation (%r)
%
t_fmt_ampm "%X %p"
t_fmt_ampm "%l:%M:%S %p"
%
% Appropriate date and time representation (%c)
% "%A፣ %B %e ጋላሳ %Y %r %Z

View File

@ -133,8 +133,8 @@ d_t_fmt "%Y<U5E74>%m<U6708>%d<U65E5> %A %H:%M:%S"
d_fmt "%Y<U5E74>%m<U6708>%d<U65E5> %A"
%
% Appropriate time representation
% %I時%M分%S秒 %Z
t_fmt "%I<U6642>%M<U5206>%S<U79D2> %Z"
% %p %I時%M分%S秒 %Z
t_fmt "%p %I<U6642>%M<U5206>%S<U79D2> %Z"
%
% Appropriate 12 h time representation (%r)
% Update by Roger So <roger.so@sw-linux.com>