Skip to content

Commit 3d889bd

Browse files
authored
Fixes Arabic comma (#710)
1 parent 9990c77 commit 3d889bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/assets/layouts/ar.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
},
249249
{
250250
"type": "character",
251-
"char": ",",
251+
"char": "،",
252252
"keyType": "punctuation"
253253
},
254254
{
@@ -343,7 +343,7 @@
343343
},
344344
{
345345
"type": "character",
346-
"char": ",",
346+
"char": "،",
347347
"keyType": "punctuation"
348348
},
349349
{

0 commit comments

Comments
 (0)