From 466afec30896585b60c2106df7a722a86247c9f3 Mon Sep 17 00:00:00 2001 From: TAMUKI Shoichi Date: Tue, 2 Apr 2019 16:46:55 +0900 Subject: ja_JP locale: Add entry for the new Japanese era [BZ #22964] The Japanese era name will be changed on May 1, 2019. The Japanese government made a preliminary announcement on April 1, 2019. The glibc ja_JP locale must be updated to include the new era name for strftime's alternative year format support. Checked on x86_64-linux-gnu. Reviewed-by: Carlos O'Donell ChangeLog: [BZ #22964] * localedata/locales/ja_JP (LC_TIME): Add entry for the new Japanese era. * time/tst-strftime2.c (dates): Add 2019-04-30 and 2019-05-01. (mkreftable): Add rules for the new Japanese era and the new dates. --- localedata/locales/ja_JP | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'localedata') diff --git a/localedata/locales/ja_JP b/localedata/locales/ja_JP index cb51e6d69d..c727997b6b 100644 --- a/localedata/locales/ja_JP +++ b/localedata/locales/ja_JP @@ -14952,7 +14952,7 @@ t_fmt_ampm "%p%I%M%S" % % The following dates and their names are recorded below in descending % date order (note that or follows each date). -% -> -> -> -> -> +% -> -> -> -> -> -> % % Each string is an era description segment with the format: % "direction:offset:start_date:end_date:era_name:era_format" @@ -14964,7 +14964,9 @@ t_fmt_ampm "%p%I%M%S" % - The last entry in era_name means BC. % - The second-to-last entry in era_name means AD. % -era "+:2:1990//01//01:+*::%EC%Ey";/ +era "+:2:2020//01//01:+*::%EC%Ey";/ + "+:1:2019//05//01:2019//12//31::%EC";/ + "+:2:1990//01//01:2019//04//30::%EC%Ey";/ "+:1:1989//01//08:1989//12//31::%EC";/ "+:2:1927//01//01:1989//01//07::%EC%Ey";/ "+:1:1926//12//25:1926//12//31::%EC";/ -- cgit 1.4.1