Cannot file issue to request language addition

Discussions about using 3rd party extension with OpenOffice.org
Locked
tom9358
Posts: 3
Joined: Sun Jan 26, 2025 1:38 pm

Cannot file issue to request language addition

Post by tom9358 »

Hi everyone! This is my first post here..
I want to make a spell checker for a not-yet supported language, similar to viewtopic.php?t=68485 and viewtopic.php?t=28853.

I have made a .oxt spell checker extension using the hunspell format. The extension is not entirely usable yet, as the language is not in the languages list. (The extension does work apart from that, since I can go to Format -> Character... and set the language there. But this way, the language cannot be set as default for all documents.)

I have already attempted the following to fix this:
- I followed the tutorial on reporting bugs or suggestions from that first forum link, which tells me to file an issue.
- To make an issue, I need to make a bugzilla account, but user account creation has been disabled, see https://bz.apache.org/ooo/createaccount.cgi
- Like that page says, new accounts must be created by an administrator which we can contact via aoo-bugzilla-admin@apache.org. So I sent them an email. But now I hit a dead end: I get a mailer deamon message back that my e-mail could not be delivered to that address!

I'm not sure what to do now, and I was hoping someone here would be able to help me :oops:

I am using the latest LibreOffice in principle, but I understand this forum is for OpenOffice as well and ideally I would like my extension to be supported in both :)
OpenOffice 4.1.15 on Windows 11
LibreOffice 24.8.4.2 (X86_64) on Windows 11
User avatar
Hagar Delest
Moderator
Posts: 33347
Joined: Sun Oct 07, 2007 9:07 pm
Location: France

Re: Cannot file issue to request language addition

Post by Hagar Delest »

Hi and welcome to the forum!

Send a mail to their dev mailing list: dev@openoffice.apache.org
LibreOffice 25.2 on Linux Mint Debian Edition (LMDE Faye) and 24.8 portable on Windows 11.
tom9358
Posts: 3
Joined: Sun Jan 26, 2025 1:38 pm

Re: Cannot file issue to request language addition

Post by tom9358 »

What a fast response! Thank you, I will mail them! Do you by any chance know what I have to do to achieve the same but for LibreOffice?
OpenOffice 4.1.15 on Windows 11
LibreOffice 24.8.4.2 (X86_64) on Windows 11
User avatar
robleyd
Moderator
Posts: 5383
Joined: Mon Aug 19, 2013 3:47 am
Location: Murbko, Australia

Re: Cannot file issue to request language addition

Post by robleyd »

There is information on the LO Extensions site.
Slackware 15 64 bit
Apache OpenOffice 4.1.15
LibreOffice 25.2.4.3; SlackBuild for 25.2.4 by Eric Hameleers
---------------------
Roses are Red, Violets are Blue]
Unexpected '{' on line 32
.
User avatar
Hagar Delest
Moderator
Posts: 33347
Joined: Sun Oct 07, 2007 9:07 pm
Location: France

Re: Cannot file issue to request language addition

Post by Hagar Delest »

Not sure how it works for LO but you can try to file a bug report or ask on their mailing list too: https://www.libreoffice.org/get-help/mailing-lists/

Anyway, you'll have more luck with LO I think. Much more developers there.
Note: I take that it is more with adding a language in the list that may be hard coded in the application.
LibreOffice 25.2 on Linux Mint Debian Edition (LMDE Faye) and 24.8 portable on Windows 11.
tom9358
Posts: 3
Joined: Sun Jan 26, 2025 1:38 pm

Re: Cannot file issue to request language addition

Post by tom9358 »

Thanks both for the responses! Indeed, my request is that support for the language be added so that it can be selected from the list. To my understanding that list is indeed hard-coded. I still haven't heard back from dev@openoffice.apache.org whom I mailed 26 January, but I haven't had the courage yet to contact people on a LibreOffice mailing list. I was afraid to bother too many people with such a small, trivial request. But I think I'll just have to get over that fear and send the mail now.. :shock:
OpenOffice 4.1.15 on Windows 11
LibreOffice 24.8.4.2 (X86_64) on Windows 11
User avatar
Hagar Delest
Moderator
Posts: 33347
Joined: Sun Oct 07, 2007 9:07 pm
Location: France

Re: Cannot file issue to request language addition

Post by Hagar Delest »

tom9358 wrote: Mon Feb 17, 2025 10:49 pm I was afraid to bother too many people with such a small, trivial request. But I think I'll just have to get over that fear and send the mail now.. :shock:
Sure! This is the spirit of such a community.
It's not trivial at all since it requires code change. Maybe it means that this should be changed so that the language list can be updated more easily.
LibreOffice 25.2 on Linux Mint Debian Edition (LMDE Faye) and 24.8 portable on Windows 11.
Locked