Skip to content

Commit a1c629c

Browse files
sffcSquash Bot
authored andcommitted
CLDR-18464 Add a Before Hijrah era to the Islamic calendars
See #4581
1 parent e685259 commit a1c629c

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

common/main/en.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3195,8 +3195,13 @@ annotations.
31953195
</monthContext>
31963196
</months>
31973197
<eras>
3198+
<eraNames>
3199+
<era type="0">Anno Hegirae</era>
3200+
<era type="1">Before Hijrah</era>
3201+
</eraNames>
31983202
<eraAbbr>
31993203
<era type="0">AH</era>
3204+
<era type="1">BH</era>
32003205
</eraAbbr>
32013206
</eras>
32023207
<dateFormats>

common/main/root.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1856,6 +1856,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
18561856
</eraNames>
18571857
<eraAbbr>
18581858
<era type="0">AH</era>
1859+
<era type="1">BH</era>
18591860
</eraAbbr>
18601861
<eraNarrow>
18611862
<alias source="locale" path="../eraAbbr"/>

common/supplemental/supplementalData.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4536,30 +4536,35 @@ XXX Code for transations where no currency is involved
45364536
<calendarSystem type="lunar" />
45374537
<eras>
45384538
<era type="0" start="622-7-15" code="islamic" aliases="ah"/>
4539+
<era type="1" end="622-7-14" code="islamic-inverse" aliases="bh"/>
45394540
</eras>
45404541
</calendar>
45414542
<calendar type="islamic-civil">
45424543
<calendarSystem type="lunar" />
45434544
<eras>
45444545
<era type="0" start="622-7-16" code="islamic-civil" aliases="islamicc ah"/>
4546+
<era type="1" end="622-7-15" code="islamic-civil-inverse" aliases="bh"/>
45454547
</eras>
45464548
</calendar>
45474549
<calendar type="islamic-rgsa">
45484550
<calendarSystem type="lunar" />
45494551
<eras>
45504552
<era type="0" start="622-7-15" code="islamic-rgsa" aliases="ah"/>
4553+
<era type="1" end="622-7-14" code="islamic-rgsa-inverse" aliases="bh"/>
45514554
</eras>
45524555
</calendar>
45534556
<calendar type="islamic-tbla">
45544557
<calendarSystem type="lunar" />
45554558
<eras>
45564559
<era type="0" start="622-7-15" code="islamic-tbla" aliases="ah"/>
4560+
<era type="1" end="622-7-14" code="islamic-tbla-inverse" aliases="bh"/>
45574561
</eras>
45584562
</calendar>
45594563
<calendar type="islamic-umalqura">
45604564
<calendarSystem type="lunar" />
45614565
<eras>
45624566
<era type="0" start="622-7-15" code="islamic-umalqura" aliases="ah"/>
4567+
<era type="1" end="622-7-14" code="islamic-umalqura-inverse" aliases="bh"/>
45634568
</eras>
45644569
</calendar>
45654570
<calendar type="chinese">

0 commit comments

Comments
 (0)