File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,13 +94,13 @@ function gtag() {
94
94
<input class="param jscolor jscolor-active" id="background" name="background" alt="Background color" data-jscolor="{ format: 'hexa' }" value="#00000000">
95
95
96
96
<label for="center">Horizontally Centered</label>
97
- <select class="param" id="center" name="center" alt="Horizontally Centered">
97
+ <select class="param" id="center" name="center" alt="Horizontally Centered" translate="no" >
98
98
<option>false</option>
99
99
<option>true</option>
100
100
</select>
101
101
102
102
<label for="vCenter">Vertically Centered</label>
103
- <select class="param" id="vCenter" name="vCenter" alt="Vertically Centered">
103
+ <select class="param" id="vCenter" name="vCenter" alt="Vertically Centered" translate="no" >
104
104
<option>false</option>
105
105
<option>true</option>
106
106
</select>
@@ -112,13 +112,13 @@ function gtag() {
112
112
</select>
113
113
114
114
<label for="repeat">Repeat</label>
115
- <select class="param" id="repeat" name="repeat" alt="Repeat">
115
+ <select class="param" id="repeat" name="repeat" alt="Repeat" translate="no" >
116
116
<option>true</option>
117
117
<option>false</option>
118
118
</select>
119
119
120
120
<label for="random">Random</label>
121
- <select class="param" id="random" name="random" alt="Random">
121
+ <select class="param" id="random" name="random" alt="Random" translate="no" >
122
122
<option>false</option>
123
123
<option>true</option>
124
124
</select>
You can’t perform that action at this time.
0 commit comments