with 5.1.0 Alpha 2 or the current 5.1 branch on github you can not install or update any languages.
This is because of this line
<targetplatform name="joomla" version="5.[0]"/>
There are several problems here
but if you try to install it then you get the wonderfully helpful error message
And the slightly more helpful error message
Language files are not the same as extensions. There is generally no serious problem if the only one available to uise if from an earlier release.
Labels |
Added:
No Code Attached Yet
|
it appears to work although I do wonder whats the point in having version="5.[01]"/>
as someone will need to remember that it needs to be updated every release. Might as well just be for all 5.x versions
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-01-13 14:06:44 |
Closed_By | ⇒ | brianteeman |
it appears to work although I do wonder whats the point in having
version="5.[01]"/>
as someone will need to remember that it needs to be updated every release. Might as well just be for all 5.x versions
It's on my list. Thanks.
internal documentation should be updated
The targetplatform issue (item 1 in the list) seems to be resolved with the merged PR joomla-extensions/pkg_languagepack#109 . E.g. for Belarusian (be-BY) at https://update.joomla.org/language/details5/be-BY_details.xml :
The 2nd item seems to be resolved with with the 1st one. Installing a language works now on 5.1-dev without any problem.
The 3rd item I haven't checked yet, but I would assume it's also resolved.
@brianteeman Could you check?