1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-15 11:04:02 +02:00

AdminerMenuLinks: Translation in single language version (fix #1001)

This commit is contained in:
Jakub Vrana
2025-04-08 20:10:30 +02:00
parent 51bcc2a064
commit 8ca7066625
2 changed files with 22 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ abstract class Plugin {
return "";
}
/** Translate a string from static::$translations; use Adminer\lang() for strings used by Adminer
/** Translate a string from $this->translations; Adminer\lang() doesn't work for single language versions
* @param literal-string $idf
* @param float|string $number
*/