mirror of
https://github.com/vrana/adminer.git
synced 2026-02-26 00:21:24 +01:00
Plugins: Translate descriptions (fix #994)
This commit is contained in:
@@ -97,4 +97,8 @@ addEventListener('DOMContentLoaded', () => {
|
||||
<?php
|
||||
return true;
|
||||
}
|
||||
|
||||
protected static $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