mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 18:14:07 +02:00
Plugins: non-static $translations (fix #1000)
The main reason is that static properties are minified.
This commit is contained in:
@@ -71,7 +71,7 @@ class AdminerMenuLinks extends Adminer\Plugin {
|
||||
return "https://www.adminer.org/static/plugins/menu-links.png";
|
||||
}
|
||||
|
||||
protected static $translations = array(
|
||||
protected $translations = array(
|
||||
'cs' => array(
|
||||
'' => 'Konfigurace odkazů na tabulky v menu; kombinovatelné s AdminerConfig',
|
||||
'Menu table links' => 'Odkazy na tabulky v menu',
|
||||
|
Reference in New Issue
Block a user