Skip to content

CLDR-11375 Fix Meiji start date #4610

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions common/supplemental/supplementalData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4293,6 +4293,7 @@ XXX Code for transations where no currency is involved
<calendarSystem type="solar" />
<inheritEras calendar="gregorian" />
<eras>
<!-- Warning: these historical eras are known to use incorrect start dates -->
<era type="0" start="645-6-19"/>
<era type="1" start="650-2-15"/>
<era type="2" start="672-1-1"/>
Expand Down Expand Up @@ -4525,11 +4526,12 @@ XXX Code for transations where no currency is involved
<era type="229" start="1861-2-19"/>
<era type="230" start="1864-2-20"/>
<era type="231" start="1865-4-7"/>
<era type="232" start="1868-9-8" code="meiji"/>
<era type="233" start="1912-7-30" code="taisho"/>

<era type="232" start="1868-10-23" code="meiji"/>
<era type="233" start="1912-07-30" code="taisho"/>
<era type="234" start="1926-12-25" code="showa"/>
<era type="235" start="1989-1-8" code="heisei"/>
<era type="236" start="2019-5-1" code="reiwa"/>
<era type="235" start="1989-01-08" code="heisei"/>
<era type="236" start="2019-05-01" code="reiwa"/>
</eras>
</calendar>
<calendar type="islamic">
Expand Down
Loading