]> git.joonet.de Git - adminer.git/commitdiff
Doc: Update
authorJakub Vrana <jakub@vrana.cz>
Tue, 15 Apr 2025 04:20:13 +0000 (06:20 +0200)
committerJakub Vrana <jakub@vrana.cz>
Tue, 15 Apr 2025 04:20:13 +0000 (06:20 +0200)
developing.md

index 16684c7c3e3a6e828dded131227163ad6ef44759..a5516f55a13417009b7abc9a91640504161baeac 100644 (file)
@@ -252,7 +252,8 @@ This extracts them for translation and applies translations if available.
 Translations are updated via [lang.php](/lang.php), which also checks for style consistency, such as matching punctuation.
 Plurals are stored as arrays, with selection logic handled in [lang.inc.php](/adminer/include/lang.inc.php).
 
-Plugins extending [`Adminer\Plugin`](/adminer/include/plugin.inc.php) can use `$this->lang()` and store translations in `static $translations = array('en' => array('' => 'Plugin description'))`.
+Plugins extending [`Adminer\Plugin`](/adminer/include/plugin.inc.php) can use `$this->lang()` and store translations in `$translations = array('en' => array('' => 'Plugin description'))`.
+
 The website translations are managed at https://www.adminer.org/en/translations/.
 
 ## Compilation