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:
@@ -14,7 +14,7 @@ class AdminerEditTextarea extends Adminer\Plugin {
|
||||
}
|
||||
}
|
||||
|
||||
protected static $translations = array(
|
||||
protected $translations = array(
|
||||
'cs' => array('' => 'Použije <textarea> pro char a varchar'),
|
||||
'de' => array('' => 'Verwenden Sie <textarea> für char und varchar Felder'),
|
||||
'pl' => array('' => 'Użyj <textarea> dla char i varchar'),
|
||||
|
Reference in New Issue
Block a user