?
avatar ReLater
ReLater
22 Jun 2020

Steps to reproduce the issue

  • Wherever language string COM_CONTENT_READ_MORE_TITLE is used in core it is translated via JText::sprintf(...)
  • but neither a parameter is passed in sprintfs nor does the language string contain a replacement instruction like %s.

See:
for example https://github.com/joomla/joomla-cms/blob/staging/components/com_content/views/article/tmpl/default.php#L153-L154
https://github.com/joomla/joomla-cms/blob/staging/layouts/joomla/content/readmore.php#L35

and
https://github.com/joomla/joomla-cms/blob/staging/language/en-GB/en-GB.com_content.ini#L89

Additional comments

It doesn't greatly matter for me. It just irritated me for a while during development ;-)
Maybe a B\C thing (?)

avatar ReLater ReLater - open - 22 Jun 2020
avatar joomla-cms-bot joomla-cms-bot - change - 22 Jun 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 22 Jun 2020
avatar ReLater ReLater - change - 22 Jun 2020
The description was changed
avatar ReLater ReLater - edited - 22 Jun 2020
avatar ReLater ReLater - change - 22 Jun 2020
The description was changed
avatar ReLater ReLater - edited - 22 Jun 2020
avatar SharkyKZ
SharkyKZ - comment - 22 Jun 2020

This is fixed in 4.0, see #29065.

avatar ReLater ReLater - change - 22 Jun 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-06-22 15:34:00
Closed_By ReLater
avatar ReLater ReLater - close - 22 Jun 2020

Add a Comment

Login with GitHub to post a comment