1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 07:36:44 +02:00

Move comment

This commit is contained in:
Jakub Vrana
2025-04-07 06:48:49 +02:00
parent de95807eaf
commit 025d77c7c6

View File

@@ -64,7 +64,7 @@ function setSqlareaValue(value) {
} }
geminiButton.onclick = () => { 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( ajax(
'', '',
req => setSqlareaValue(req.responseText), req => setSqlareaValue(req.responseText),
@@ -92,6 +92,7 @@ geminiText.onkeydown = event => {
<?php <?php
} }
// use the phrases from https://gemini.google.com/
protected static $translations = array( protected static $translations = array(
'cs' => array( 'cs' => array(
'Ask Gemini' => 'Zeptat se Gemini', 'Ask Gemini' => 'Zeptat se Gemini',