diff options
Diffstat (limited to 'srcs/compose/numpad_hindu.json')
| -rw-r--r-- | srcs/compose/numpad_hindu.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/srcs/compose/numpad_hindu.json b/srcs/compose/numpad_hindu.json new file mode 100644 index 0000000..9baa73f --- /dev/null +++ b/srcs/compose/numpad_hindu.json @@ -0,0 +1,14 @@ +// Used with Arabic despite the name; called "Hindi numerals" in Arabic +// numpad_devanagari is used in Hindi +{ + "0": "٠", + "1": "١", + "2": "٢", + "3": "٣", + "4": "٤", + "5": "٥", + "6": "٦", + "7": "٧", + "8": "٨", + "9": "٩" +} |
