Italian localization When no document is opened, the Extensions button in the bottom left points to https://extensions.libreoffice.org/it , which doesn't exist
I confirm this. For some languages it works: fr, es, de, but for others not: it, lt, ...
Dear Paolo Benvenuto, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Version: 7.3.7.2 / LibreOffice Community Build ID: 30(Build:2) CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: es-DO (it_IT.UTF-8); UI: it-IT Ubuntu package version: 1:7.3.7-0ubuntu0.22.04.1 Calc: threaded CONFIRMED
*** Bug 153620 has been marked as a duplicate of this bug. ***
Yep, the new site does not support localisation yet: https://redmine.documentfoundation.org/issues/3607 So I guess the URL construction should be changed to not do that. Code pointer: https://opengrok.libreoffice.org/xref/core/sfx2/source/dialog/backingwindow.cxx?r=1490923b#522 The extension site URL is in "AddFeatureURL". It is localised with localizeWebserviceURI function (which should not happen).
any non-essential URLs should ideally use the hub.libreoffice.org style URLs and pass the LO version along with the UI language as parameters. That way the missing pages can be added as time goes on and as they become available/without having to wait for an updated version of LO to be released. See examples in sfx2/source/appl/appserv.cxx
Patch https://gerrit.libreoffice.org/c/core/+/155571
Venetia Furtado committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/4af07053517ba3526d4050ffc29993a65b54352b tdf#140314:Use hub.libreoffice.org URL with params in Extensions It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
The infra task related to this is https://redmine.documentfoundation.org/issues/3693 Venetia: feel free to close as fixed.