Skip to content

Commit 2458747

Browse files
authored
CLDR-13542 Fix remaining apostrophe groupings (#5027)
1 parent 01c10a9 commit 2458747

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

common/main/de_CH.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ CLDR data files are interpreted according to the LDML specification (http://unic
4141
<exemplarCharacters type="punctuation-auxiliary" draft="contributed">↑↑↑</exemplarCharacters>
4242
</characters>
4343
<numbers>
44+
<symbols numberSystem="latn">
45+
<group>'</group>
46+
</symbols>
4447
<currencies>
4548
<currency type="BYN">
4649
<displayName>Weissrussischer Rubel</displayName>

common/main/lmo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
129129
</otherNumberingSystems>
130130
<symbols numberSystem="latn">
131131
<decimal draft="contributed">,</decimal>
132-
<group draft="contributed"></group>
132+
<group draft="contributed">'</group>
133133
<percentSign draft="contributed">↑↑↑</percentSign>
134134
<plusSign draft="contributed">↑↑↑</plusSign>
135135
<minusSign draft="contributed">↑↑↑</minusSign>

common/main/tn.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
655655
<minimumGroupingDigits draft="contributed">↑↑↑</minimumGroupingDigits>
656656
<symbols numberSystem="latn">
657657
<decimal>↑↑↑</decimal>
658-
<group></group>
658+
<group>'</group>
659659
<percentSign>↑↑↑</percentSign>
660660
<plusSign>↑↑↑</plusSign>
661661
<minusSign>↑↑↑</minusSign>

common/main/wal.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
346346
<traditional>ethi</traditional>
347347
</otherNumberingSystems>
348348
<symbols numberSystem="latn">
349-
<group draft="unconfirmed"></group>
349+
<group draft="unconfirmed">'</group>
350350
</symbols>
351351
<currencyFormats numberSystem="latn">
352352
<currencyFormatLength>

0 commit comments

Comments
 (0)