File tree 1 file changed +39
-4
lines changed
packages/counter-style/src/presets
1 file changed +39
-4
lines changed Original file line number Diff line number Diff line change 1
1
import CounterStyle from '../CounterStyle' ;
2
2
3
3
const hebrew = CounterStyle . additive ( {
4
- /* Hebrew numerals from draft.csswg.org are not included here for
5
- reference, because Visual Studio Code fails to display them in
6
- the correct word order. */
7
- /* This system manually specifies the values for 19-15 to force
4
+ /* 10000 י׳,
5
+ 9000 ט׳,
6
+ 8000 ח׳,
7
+ 7000 ז׳,
8
+ 6000 ו׳,
9
+ 5000 ה׳,
10
+ 4000 ד׳,
11
+ 3000 ג׳,
12
+ 2000 ב׳,
13
+ 1000 א׳,
14
+ 400 ת,
15
+ 300 ש,
16
+ 200 ר,
17
+ 100 ק,
18
+ 90 צ,
19
+ 80 פ,
20
+ 70 ע,
21
+ 60 ס,
22
+ 50 נ,
23
+ 40 מ,
24
+ 30 ל,
25
+ 20 כ,
26
+ 19 יט,
27
+ 18 יח,
28
+ 17 יז,
29
+ 16 טז,
30
+ 15 טו,
31
+ 10 י,
32
+ 9 ט,
33
+ 8 ח,
34
+ 7 ז,
35
+ 6 ו,
36
+ 5 ה,
37
+ 4 ד,
38
+ 3 ג,
39
+ 2 ב,
40
+ 1 א
41
+
42
+ This system manually specifies the values for 19-15 to force
8
43
the correct display of 15 and 16, which are commonly rewritten
9
44
to avoid a close resemblance to the Tetragrammaton. */
10
45
10000 : '\u05D9\u05F3' ,
You can’t perform that action at this time.
0 commit comments