mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
Plugins: Translate descriptions (fix #994)
This commit is contained in:
@@ -29,4 +29,8 @@ verifyVersion = (current, url, token) => {
|
||||
function csp(&$csp) {
|
||||
$csp[0]["connect-src"] .= " https://api.github.com/repos/vrana/adminer/releases/latest";
|
||||
}
|
||||
|
||||
protected static $translations = array(
|
||||
'cs' => array('' => 'Kontrola nových verzí z GitHubu'),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user