From 62449176e035e47adc543c1b8cf2075edaaf4742 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Thu, 28 Mar 2019 14:02:20 -0400 Subject: Add verbose comments to 'era' in ja_JP locale. Reviewed-by: Rafal Luzynski Reviewed-by: TAMUKI Shoichi --- localedata/locales/ja_JP | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'localedata/locales/ja_JP') diff --git a/localedata/locales/ja_JP b/localedata/locales/ja_JP index 9bfbb2bb9b..cb51e6d69d 100644 --- a/localedata/locales/ja_JP +++ b/localedata/locales/ja_JP @@ -14946,6 +14946,24 @@ am_pm "";"" t_fmt_ampm "%p%I%M%S" +% The era names are laid out in groups of 2 to account for the desire +% to avoid using '1' for the first era year. Instead of '1' we use +% or as the first era year. +% +% 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" +% +% Note: +% - The '+*' entry in end_date means "forever going forward" +% - The '-*' entry in end_date means "forever going backwards" counting up. +% - Negative year number in start_date is prior to AD 1 (BC) counting up. +% - 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";/ "+:1:1989//01//08:1989//12//31::%EC";/ "+:2:1927//01//01:1989//01//07::%EC%Ey";/ -- cgit 1.4.1