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