about summary refs log tree commit diff stats
path: root/src/pages/options/translate.html
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-02-02 19:13:44 +0300
committerManeraKai <manerakai@protonmail.com>2022-02-02 19:13:44 +0300
commit84333daedea4215a0d6b51cfce0f057e86b5477f (patch)
tree21a871ab9566fa1fb2be2dc89f90c95714bea3b0 /src/pages/options/translate.html
parentMerge branch 'master' of https://github.com/libredirect/LibRedirect (diff)
downloadlibredirect-84333daedea4215a0d6b51cfce0f057e86b5477f.zip
Added Lingva #16
Diffstat (limited to 'src/pages/options/translate.html')
-rw-r--r--src/pages/options/translate.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/pages/options/translate.html b/src/pages/options/translate.html
index 7e727c33..b193130a 100644
--- a/src/pages/options/translate.html
+++ b/src/pages/options/translate.html
@@ -33,8 +33,15 @@
                 <input id="simplyTranslate-instance" type="url" placeholder="https://translate.metalune.xyz" />
             </div>
         </div> -->
-    </section>
 
+        <div class="some-block option-block">
+            <h4>Frontend</h4>
+            <select id="translate-frontend">
+                <option value="simplyTransalte">SimplyTransalte</option>
+                <option value="lingva">Lingva</option>
+            </select>
+        </div>
+    </section>
 
     <script type="module" src="./init.js"></script>
     <script type="module" src="./translate.js"></script>