Incorrect sprintf() formatting & CSS class
Posted: Thu Jan 04, 2024 3:27 pm
Version of script: 3.4.2
Write your message below:
When using HUNGARIAN [HU] language, the translations incorrectly adds another %s string specifier.
Change this:
To this:
Also dont translate class names (or other HTML/CSS related names)
Change in the whole file, this:
To this:
PS: Small translation improvement at
Thx.
Write your message below:
Code: Select all
PHP Fatal error: Uncaught ArgumentCountError: 5 arguments are required, 4 given in .../admin/priority.php:50
Change this:
Code: Select all
$hesklang['thist8']='<li class = "kisebb"> %s | a prioritás %s-ra változott %s-ra %s </li> ';
Code: Select all
$hesklang['thist8']='<li class = "smaller"> %s | a prioritás %s-ra változott %s által </li> ';
Also dont translate class names (or other HTML/CSS related names)
Change in the whole file, this:
Code: Select all
<li class = "kisebb">
Code: Select all
<li class = "smaller">
PS: Small translation improvement at
Code: Select all
$hesklang['thist2']='<li class = "smaller"> %s | %s hozzárendelve %s által </li> '; // %s = date, assigned user, user making change