mirror of
https://github.com/vrana/adminer.git
synced 2026-05-07 06:16:27 +02:00
Plugins: Translate descriptions (fix #994)
This commit is contained in:
@@ -71,4 +71,8 @@ addEventListener('DOMContentLoaded', () => {
|
||||
<?php
|
||||
return true;
|
||||
}
|
||||
|
||||
protected static $translations = array(
|
||||
'cs' => array('' => 'Použije Monaco Editor z VS Code pro zvýrazňování syntaxe a <textarea>'),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user