mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Move comment
This commit is contained in:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user