File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -107,24 +107,24 @@ const fallback = {
107
107
checkboxCircleOn : '(×)' ,
108
108
checkboxCircleOff : '( )' ,
109
109
questionMarkPrefix : '?' ,
110
- oneHalf : '1/2' ,
111
- oneThird : '1/3' ,
112
- oneQuarter : '1/4' ,
113
- oneFifth : '1/5' ,
114
- oneSixth : '1/6' ,
110
+ oneHalf : main . oneHalf ,
111
+ oneThird : main . oneThird ,
112
+ oneQuarter : main . oneQuarter ,
113
+ oneFifth : main . oneFifth ,
114
+ oneSixth : main . oneSixth ,
115
115
oneSeventh : '1/7' ,
116
- oneEighth : '1/8' ,
116
+ oneEighth : main . oneEighth ,
117
117
oneNinth : '1/9' ,
118
118
oneTenth : '1/10' ,
119
- twoThirds : '2/3' ,
120
- twoFifths : '2/5' ,
121
- threeQuarters : '3/4' ,
122
- threeFifths : '3/5' ,
123
- threeEighths : '3/8' ,
124
- fourFifths : '4/5' ,
125
- fiveSixths : '5/6' ,
126
- fiveEighths : '5/8' ,
127
- sevenEighths : '7/8'
119
+ twoThirds : main . twoThirds ,
120
+ twoFifths : main . twoFifths ,
121
+ threeQuarters : main . threeQuarters ,
122
+ threeFifths : main . threeFifths ,
123
+ threeEighths : main . threeEighths ,
124
+ fourFifths : main . fourFifths ,
125
+ fiveSixths : main . fiveSixths ,
126
+ fiveEighths : main . fiveEighths ,
127
+ sevenEighths : main . sevenEighths
128
128
} ;
129
129
130
130
if ( platform === 'linux' ) {
You can’t perform that action at this time.
0 commit comments