Skip to content

Commit 9497102

Browse files
authored
CLDR-19134 Fix repeated portions of display names for hc core types (#5218)
1 parent bd31250 commit 9497102

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

common/main/as.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -929,13 +929,13 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
929929
<type key="hc" type="c24">২৪ ঘণ্টীয়া প্ৰণালী</type>
930930
<type key="hc" type="c24" scope="core">২৪</type>
931931
<type key="hc" type="h11">১২ ঘণ্টীয়া প্ৰণালী (০–১১)</type>
932-
<type key="hc" type="h11" scope="core">১২ (০–১১) ১২ (০–১১)</type>
932+
<type key="hc" type="h11" scope="core">১২ (০–১১)</type>
933933
<type key="hc" type="h12">১২ ঘণ্টীয়া প্ৰণালী (১–১২)</type>
934-
<type key="hc" type="h12" scope="core">১২ (১–১২) ১২ (১–১২)</type>
934+
<type key="hc" type="h12" scope="core">১২ (১–১২)</type>
935935
<type key="hc" type="h23">২৪ ঘণ্টীয়া প্ৰণালী (০–২৩)</type>
936-
<type key="hc" type="h23" scope="core">২৪ (০–২৩) ২৪ (০–২৩)</type>
936+
<type key="hc" type="h23" scope="core">২৪ (০–২৩)</type>
937937
<type key="hc" type="h24">২৪ ঘণ্টীয়া প্ৰণালী (১–২৪)</type>
938-
<type key="hc" type="h24" scope="core">২৪ (১–২৪) ২৪ (১–২৪)</type>
938+
<type key="hc" type="h24" scope="core">২৪ (১–২৪)</type>
939939
<type key="lb" type="loose">ঢিলা পংক্তি বিচ্ছেদ শৈলী</type>
940940
<type key="lb" type="loose" scope="core">ঢিলা</type>
941941
<type key="lb" type="normal">সাধাৰণ পংক্তি বিচ্ছেদ শৈলী</type>

common/main/ne.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,13 +1161,13 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
11611161
<type key="hc" type="c24">२४ घन्टाको प्रणाली</type>
11621162
<type key="hc" type="c24" scope="core">२४</type>
11631163
<type key="hc" type="h11">१२ घण्टे प्रणाली (०–११)</type>
1164-
<type key="hc" type="h11" scope="core">१२ (0–11) १२ (0–११)</type>
1164+
<type key="hc" type="h11" scope="core">१२ (–११)</type>
11651165
<type key="hc" type="h12">१२ घन्टाको प्रणाली (१–१२)</type>
1166-
<type key="hc" type="h12" scope="core">१२(१–१२) १२ (1–१२)</type>
1166+
<type key="hc" type="h12" scope="core">१२ (१–१२)</type>
11671167
<type key="hc" type="h23">२४ घन्टाको प्रणाली (०–२३)</type>
1168-
<type key="hc" type="h23" scope="core">२४ (०–२३) २४ (०–२३)</type>
1168+
<type key="hc" type="h23" scope="core">२४ (०–२३)</type>
11691169
<type key="hc" type="h24">२४ घन्टाको प्रणाली (१–२४)</type>
1170-
<type key="hc" type="h24" scope="core">२४ (१–२४) २४ (१–२४)</type>
1170+
<type key="hc" type="h24" scope="core">२४ (१–२४)</type>
11711171
<type key="lb" type="loose">पङ्क्ति विच्छेदको खुला शैली</type>
11721172
<type key="lb" type="loose" scope="core">खुला</type>
11731173
<type key="lb" type="normal">पङ्क्ति विच्छेदको सामान्य शैली</type>

common/main/ti.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -948,9 +948,9 @@ CLDR data files are interpreted according to the LDML specification (http://unic
948948
<type key="hc" type="c24">ናይ 24 ሰዓታት ስርዓት</type>
949949
<type key="hc" type="c24" scope="core">24</type>
950950
<type key="hc" type="h11">ስርዓት 12 ሰዓታት (0–11)</type>
951-
<type key="hc" type="h11" scope="core">12 (0–11) 12 (0–11)</type>
951+
<type key="hc" type="h11" scope="core">12 (0–11)</type>
952952
<type key="hc" type="h12">ስርዓት 12 ሰዓታት (1–12)</type>
953-
<type key="hc" type="h12" scope="core">12 (1–12) 12 (1–12)</type>
953+
<type key="hc" type="h12" scope="core">12 (1–12)</type>
954954
<type key="hc" type="h23">ናይ 24 ሰዓታት ስርዓት (0–23)</type>
955955
<type key="hc" type="h23" scope="core">24 (0–23)</type>
956956
<type key="hc" type="h24">ናይ 24 ሰዓታት ስርዓት (1–24)</type>

0 commit comments

Comments
 (0)