mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 08:06:59 +02:00
Plugins: non-static $translations (fix #1000)
The main reason is that static properties are minified.
This commit is contained in:
@@ -96,7 +96,7 @@ geminiText.onkeydown = event => {
|
||||
}
|
||||
|
||||
// use the phrases from https://gemini.google.com/
|
||||
protected static $translations = array(
|
||||
protected $translations = array(
|
||||
'cs' => array(
|
||||
'' => 'Generování SQL příkazů pomocí umělé inteligence Google Gemini',
|
||||
'Ask Gemini' => 'Zeptat se Gemini',
|
||||
|
Reference in New Issue
Block a user