In Batch Manager, the new re-designed single mode, there's a mispelling (or maybe missing translation)?
Also, I just noticed this, but it's also in Piwigo 14.4, can I change how the date blocks on photos are formatted, removing the extraneous "the"?
Offline
The Posted the %s is in admin/picture_modify.php line 299
'date' => l10n('Posted the %s', format_date($row['date_available'], array('day', 'month', 'year'))),
and mismatches l10n anyway, as all translations correctly have only $lang['Posted %s'] as key (so the string actually is never translated).
Offline
Offline
It looks like that issue (from 2021? wow) started as the "Posted the" issue and then diverged into date formatting? Any chance that proposed change/fix will make it into the codebase?
Offline
Looks like the "Liste" is hardcoded in admin/themes/default/template/batch_manager_unit.tpl:
<legend style="padding: 1em;"> <span class='icon-menu icon-blue'></span> Liste <span class="count-badge"> {count($all_elements)}</span> </legend>
Offline
windracer wrote:
It looks like that issue (from 2021? wow) started as the "Posted the" issue and then diverged into date formatting? Any chance that proposed change/fix will make it into the codebase?
absolutely, we're going to do just that : separated the tiny "Posted the" Vs "Posted on" problem and the much bigger problem of internation date formatting.
Offline