File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,13 +94,13 @@ function gtag() {
9494 <input class="param jscolor jscolor-active" id="background" name="background" alt="Background color" data-jscolor="{ format: 'hexa' }" value="#00000000">
9595
9696 <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" >
9898 <option>false</option>
9999 <option>true</option>
100100 </select>
101101
102102 <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" >
104104 <option>false</option>
105105 <option>true</option>
106106 </select>
@@ -112,13 +112,13 @@ function gtag() {
112112 </select>
113113
114114 <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" >
116116 <option>true</option>
117117 <option>false</option>
118118 </select>
119119
120120 <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" >
122122 <option>false</option>
123123 <option>true</option>
124124 </select>
You can’t perform that action at this time.
0 commit comments