mirror of
https://github.com/vrana/adminer.git
synced 2026-05-07 23:16:05 +02:00
Plugins: non-static $translations (fix #1000)
The main reason is that static properties are minified.
This commit is contained in:
@@ -102,7 +102,7 @@ addEventListener('DOMContentLoaded', () => {
|
||||
return "https://www.adminer.org/static/plugins/codemirror.gif";
|
||||
}
|
||||
|
||||
protected static $translations = array(
|
||||
protected $translations = array(
|
||||
'cs' => array('' => 'Použít CodeMirror 5 pro zvýrazňování syntaxe a <textarea> včetně našeptávání klíčových slov a tabulek'),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user