Outdated translations in Konqueror

Stefano Crocco stefano.crocco at alice.it
Wed Sep 27 15:57:39 BST 2023


On lunedì 25 settembre 2023 22:52:13 CEST Albert Astals Cid wrote:
> El dilluns, 25 de setembre de 2023, a les 14:22:11 (CEST), Stefano Crocco va
> escriure:
> > On lunedì 25 settembre 2023 10:14:59 CEST Albert Astals Cid wrote:
> > > El dilluns, 25 de setembre de 2023, a les 7:51:33 (CEST), Stefano Crocco
> > > va
> > > 
> > > escriure:
> > > > Hello to everyone,
> > > > while porting Konqueror to Qt6, I found that several translations
> > > > caused
> > > > build errors. Investigating them, I realized that some of them are
> > > > outdated. In particular (paths are relative to the toplevel directory
> > > > in
> > > > the konqueror repository):
> > > > - po/de/docs/konqueror/index.docbook still contains (line 7071) the
> > > > &kf5;
> > > > entity, which was replaced by &kde-frameworks; in commit [1]
> > > > - several translations still contain multiple .docbook files in the
> > > > po/<translation>/docs/konqueror/ directory. Those files have been
> > > > merged
> > > > into a single file (index.docbook) in commit [2], which dates back to
> > > > 2013,
> > > > so I guess the translations haven't been updated in the last decade or
> > > > so
> > > > and most likely there are significant differences from the
> > > > documentation
> > > > in
> > > > doc. I didn't compare the texts, but the build errors I got were
> > > > related
> > > > to
> > > > the use of entities such as &kview; and &kdvi; which don't exist in
> > > > the
> > > > current documentation and in the other translations. The translations
> > > > which
> > > > have multiple files are the following:
> > > > sr at latin
> > > > sr
> > > > en_GB
> > > > nl
> > > > da
> > > > el
> > > > nb
> > > > pl
> > > > pt
> > > > lt
> > > > fr
> > > > es
> > > > ru
> > > > 
> > > > Could you please fix these issues?
> > > 
> > > For now i've removed
> > > 
> > >    da de en_GB pl
> > > 
> > > which had the obsolete entities you mentioned.
> > > 
> > > I tried building konqueror KF6 to see if there was any other that failed
> > > to
> > > compile but it seems the konqueror KF6 build is still a bit far away
> > > since
> > > it's trying to use kinit that doesn't exist anymore.
> > > 
> > > Cheers,
> > > 
> > >   Albert
> > 
> > This is because I haven't yet pushed the changes needed to compile with
> > Qt6, as I was waiting to solve the documentation problem. I have
> > everything ready on my system. To make it compile, I had to also remove
> > the ru directory because it failed to build because of an undefined
> > &koffice; entity.
> 
> I've cleaned it up now too.
> 
> Cheers,
>   Albert
> 
> > Stefano

Thanks. Now all the documentation compiles correctly with Qt6.

Stefano




More information about the kde-i18n-doc mailing list