]> git.joonet.de Git - adminer.git/commitdiff
Move comment
authorJakub Vrana <jakub@vrana.cz>
Mon, 7 Apr 2025 04:48:49 +0000 (06:48 +0200)
committerJakub Vrana <jakub@vrana.cz>
Mon, 7 Apr 2025 04:48:49 +0000 (06:48 +0200)
plugins/sql-gemini.php

index 450aa4b8ff687bb975059e507fda3d597062149a..94e91a2d6ea8e3524f9ec4ab6414a2df8b13dbdf 100644 (file)
@@ -64,7 +64,7 @@ function setSqlareaValue(value) {
 }
 
 geminiButton.onclick = () => {
-       setSqlareaValue('-- <?php echo $this->lang('Just a sec...'); ?>'); // this is the phrase used by Google Gemini
+       setSqlareaValue('-- <?php echo $this->lang('Just a sec...'); ?>');
        ajax(
                '',
                req => setSqlareaValue(req.responseText),
@@ -92,6 +92,7 @@ geminiText.onkeydown = event => {
 <?php
        }
 
+       // use the phrases from https://gemini.google.com/
        protected static $translations = array(
                'cs' => array(
                        'Ask Gemini' => 'Zeptat se Gemini',