COM_CONTENT_READ_MORE_TITLE
is used in core it is translated via JText::sprintf(...)
sprintf
s 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
It doesn't greatly matter for me. It just irritated me for a while during development ;-)
Maybe a B\C thing (?)
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-06-22 15:34:00 |
Closed_By | ⇒ | ReLater |
This is fixed in 4.0, see #29065.