1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 23:57:29 +02:00

Plugins: Move lang() to Adminer\Plugin

This commit is contained in:
Jakub Vrana
2025-04-06 06:43:26 +02:00
parent 7ff1d82903
commit fb32c10f94
8 changed files with 30 additions and 31 deletions

View File

@@ -9,7 +9,7 @@
* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
*/
class AdminerSqlGemini {
class AdminerSqlGemini extends Adminer\Plugin {
private $apiKey;
private $model;
@@ -92,11 +92,7 @@ geminiText.onkeydown = event => {
<?php
}
private function lang($idf, $number = null) {
return Adminer\lang_format(Adminer\idx(self::$translations[Adminer\LANG], $idf) ?: $idf, $number);
}
private static $translations = array(
protected static $translations = array(
'cs' => array(
'Ask Gemini' => 'Zeptat se Gemini',
'Just a sec...' => 'Chviličku...',