Now a name for the library, for example:
<name>The Joomla!</name>
And in the Extension Manager language file is ignored:
if (!in_array($item->type, array('language', 'template', 'library')))
{
$item->name = JText::_($item->name);
}
Library name:
<name>lib_joomla</name>
en-GB.lib_joomla.sys.ini:
LIB_JOOMLA="The Joomla!"
if (!in_array($item->type, array('language', 'template')))
{
$item->name = JText::_($item->name);
}
Joomla Library - is only an example.
Labels |
Added:
?
|
Labels |
Added:
?
|
Labels |
Removed:
?
|
I have completly removed that check.
So both is possible using <name>My Lib Name</name>
and <name>lib_joomla</name>
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-08-14 14:30:27 |
Closed_By | ⇒ | zero-24 |
Set to "closed" on behalf of @zero-24 by The JTracker Application at issues.joomla.org/joomla-cms/11567
Closing as there is a PR.
see: #11595