1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-06 22:56:46 +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 = () => {
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',