Plugins: Translate descriptions (fix #994)

This commit is contained in:
Jakub Vrana
2025-04-07 17:00:59 +02:00
parent 3e455a4787
commit 3dd040abd1
48 changed files with 282 additions and 2 deletions

View File

@@ -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'),
);
}