This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO41X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 9aef04a652366ecee3cc05221f8f01828523fb9c Author: DiGro <[email protected]> AuthorDate: Thu Mar 4 16:05:44 2021 +0100 Added new Japanese era Reiwa Thanks to a post on the forum (https://forum.openoffice.org/en/forum/viewtopic.php?f=9&p=507475&sid=fde4f7a1b5e8aeb78f60c0fb33bbe2d0#p507475) it informs us that we probably missed the introduction of the new Japanese era on May, 1 2019 New era starts when a new emperor is inaugurated as was emperor Naruhito on May, 1 2019 Added the name of the new era 令和 (Reiwa) after the previous 平成 (Heisei) in trunk/main/i18npool/source/localedata/data/ja_JP.xml. Calc should now produce the new era when requested (cherry picked from commit 2465dd0f352b9678c6d0db2b92e703e4794374c7) --- main/i18npool/source/localedata/data/ja_JP.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main/i18npool/source/localedata/data/ja_JP.xml b/main/i18npool/source/localedata/data/ja_JP.xml index 2deb17e..7139146 100644 --- a/main/i18npool/source/localedata/data/ja_JP.xml +++ b/main/i18npool/source/localedata/data/ja_JP.xml @@ -466,6 +466,11 @@ <DefaultAbbrvName>平</DefaultAbbrvName> <DefaultFullName>平成</DefaultFullName> </Era> + <Era> + <EraID>Reiwa</EraID> + <DefaultAbbrvName>苓</DefaultAbbrvName> + <DefaultFullName>苓和</DefaultFullName> + </Era> </Eras> <StartDayOfWeek> <DayID>sun</DayID>
