@@ -34,43 +34,43 @@ export class CyclesList extends SettingsList {
34
34
this . setting = setting ;
35
35
36
36
this . charon = this . _makeCycle (
37
- this . _host . engine . i18n ( "$space.planet.charon.label" ) ,
37
+ `⍙ ${ this . _host . engine . i18n ( "$space.planet.charon.label" ) } ` ,
38
38
this . setting . charon
39
39
) ;
40
40
this . umbra = this . _makeCycle (
41
- this . _host . engine . i18n ( "$space.planet.umbra.label" ) ,
41
+ `⍦ ${ this . _host . engine . i18n ( "$space.planet.umbra.label" ) } ` ,
42
42
this . setting . umbra
43
43
) ;
44
44
this . yarn = this . _makeCycle (
45
- this . _host . engine . i18n ( "$space.planet.yarn.label" ) ,
45
+ `⍧ ${ this . _host . engine . i18n ( "$space.planet.yarn.label" ) } ` ,
46
46
this . setting . yarn
47
47
) ;
48
48
this . helios = this . _makeCycle (
49
- this . _host . engine . i18n ( "$space.planet.helios.label" ) ,
49
+ `⌒ ${ this . _host . engine . i18n ( "$space.planet.helios.label" ) } ` ,
50
50
this . setting . helios
51
51
) ;
52
52
this . cath = this . _makeCycle (
53
- this . _host . engine . i18n ( "$space.planet.cath.label" ) ,
53
+ `⌾ ${ this . _host . engine . i18n ( "$space.planet.cath.label" ) } ` ,
54
54
this . setting . cath
55
55
) ;
56
56
this . redmoon = this . _makeCycle (
57
- this . _host . engine . i18n ( "$space.planet.moon.label" ) ,
57
+ `⍜ ${ this . _host . engine . i18n ( "$space.planet.moon.label" ) } ` ,
58
58
this . setting . redmoon
59
59
) ;
60
60
this . dune = this . _makeCycle (
61
- this . _host . engine . i18n ( "$space.planet.dune.label" ) ,
61
+ `⍫ ${ this . _host . engine . i18n ( "$space.planet.dune.label" ) } ` ,
62
62
this . setting . dune
63
63
) ;
64
64
this . piscine = this . _makeCycle (
65
- this . _host . engine . i18n ( "$space.planet.piscine.label" ) ,
65
+ `⎈ ${ this . _host . engine . i18n ( "$space.planet.piscine.label" ) } ` ,
66
66
this . setting . piscine
67
67
) ;
68
68
this . terminus = this . _makeCycle (
69
- this . _host . engine . i18n ( "$space.planet.terminus.label" ) ,
69
+ `⍝ ${ this . _host . engine . i18n ( "$space.planet.terminus.label" ) } ` ,
70
70
this . setting . terminus
71
71
) ;
72
72
this . kairo = this . _makeCycle (
73
- this . _host . engine . i18n ( "$space.planet.kairo.label" ) ,
73
+ `℣ ${ this . _host . engine . i18n ( "$space.planet.kairo.label" ) } ` ,
74
74
this . setting . kairo
75
75
) ;
76
76
0 commit comments