Re: Norwegian translation for texinfo_document

2023-10-29 Thread Karl Ove Hufthammer
Rafael Fontenelle skreiv 28.10.2023 21:00: Hello, I reported a bug to textinfo because of some duplicate files[1], an issue with Norwegian translation came up. It seems there is a Norwegian translation for 'texinfo_document' domain in texinfo's source code repository [2] under the filename 'no.

Re: Post release texi2any performance regression

2023-10-29 Thread Patrice Dumas
On Wed, Oct 25, 2023 at 10:12:48PM +0100, Gavin Smith wrote: > (Simply commenting out > > $document = Texinfo::Structuring::rebuild_document($document); > > improved run times dramatically, but gave incorrect output without > disabling the other XS code.) In commit https://git.savannah.gnu.org/c

Re: XDG directory compliance?

2023-10-29 Thread Gavin Smith
On Wed, Oct 25, 2023 at 07:46:01PM +0100, Gavin Smith wrote: > One thing I've been thinking of doing for a while is to make Texinfo > programs meet the XDG standard: > > https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html > > The only file I'm aware of is .infokey for the

Re: XDG directory compliance?

2023-10-29 Thread Arsen Arsenović
Gavin Smith writes: > On Wed, Oct 25, 2023 at 07:46:01PM +0100, Gavin Smith wrote: >> One thing I've been thinking of doing for a while is to make Texinfo >> programs meet the XDG standard: >> >> https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html >> >> The only file I

Re: Norwegian translation for texinfo_document

2023-10-29 Thread Gavin Smith
On Sun, Oct 29, 2023 at 11:15:30AM +0100, Karl Ove Hufthammer wrote: > I can confirm that the language code for Norwegian translations should > *never* be ‘no’; it should be either ‘nb’ (for Norwegian Bokmål) or ‘nn’ > (for Norwegian Nynorsk). This has been the case since at least 2002. There > do