Both components look for the language file of the referencing plugin / component in the CORE language only (JROOT/administrator/language/). They look up the extensions name in the database and try to access the language files. The 'usual' behaviour of looking in the CORE language folder first and afterwards the extensions private folder does not exist.
Usage of local language files is defined in JROOT/administrator/language/de-DE/de-DE.com_biblestudy.ini and discussed in http://issues.joomla.org/tracker/joomla-cms/5872#event-61189 and below.
Present in Joomla! 3.3.6
@infograf768 I think what he means is that com_finder and com_postinstall should search for language files of 3rd party extensions in the local folders first like we do everywhere else.
Apparently they only search for language files in the global folders.
I don't know if that is true, I haven't verified. But I think that's what he means.
I can verify this on latest build. There Joomla dos not look at the locale component language folder for string under the com_finder and com_postinstsll. Right now we are having to do work around a for this.
This should be looking for this.
Labels |
Added:
?
|
Hi @st-anton you created this issue sometime ago but have not provided any code for people to evaluate. As no one else has shown any interest in providing the code and you have not then I am closing this issue at this time. If code is provided (a pull request) it can always be re-examined. Thank for raising the issue.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-05-08 15:25:28 |
Closed_By | ⇒ | chrisdavenport |
Set to "closed" on behalf of @chrisdavenport by The JTracker Application at issues.joomla.org/joomla-cms/5900
This behavior is normal. Our core components do not provide extension language folders.