Skip to content

Commit 413361b

Browse files
authored
CLDR-19102 Use dot (.) as decimal and comma (,) as group for rw and fr_RW (#5179)
1 parent 0db40c1 commit 413361b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

common/main/fr_RW.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ CLDR data files are interpreted according to the LDML specification (http://unic
1212
<territory type="RW"/>
1313
</identity>
1414
<numbers>
15+
<symbols numberSystem="latn">
16+
<decimal>.</decimal>
17+
<group>,</group>
18+
</symbols>
1519
<currencies>
1620
<currency type="RWF">
1721
<symbol>RF</symbol>

common/main/rw.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,8 +742,8 @@ CLDR data files are interpreted according to the LDML specification (http://unic
742742
</otherNumberingSystems>
743743
<minimumGroupingDigits draft="contributed">↑↑↑</minimumGroupingDigits>
744744
<symbols numberSystem="latn">
745-
<decimal>,</decimal>
746-
<group>.</group>
745+
<decimal>.</decimal>
746+
<group>,</group>
747747
<percentSign>↑↑↑</percentSign>
748748
<plusSign>↑↑↑</plusSign>
749749
<minusSign>↑↑↑</minusSign>

0 commit comments

Comments
 (0)