It's not an important question, but I'm interested. Why is the name of the component in the XML file always lowercase? For example here:
As a language string it should have to be capitalized, right? Is there a reason I do not see or has grown historically?
Labels |
Added:
?
|
Labels |
Added:
J3 Issue
|
Status | New | ⇒ | Discussion |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-09-09 10:32:56 |
Closed_By | ⇒ | infograf768 |
@infograf768 Many thanks.
Grown historically.
In 1.5, it was not translatable. We had for example:
In 1.6 was introduced the Translation of the extensions name and, logically, lowercase was used and strtoupper in the JText for core extensions.
I am closing this as it is not a bug. ;)