I just poked around in my settings, and just noticed that under the language I got an error message saying "Translation files for the language 'sv' couldn't be found...", also if I try adding English I got the error "There's no language avalible in the system".

I can't find any localization files to install in Octopi, except for Firefox and Thunderbird. Allthough, everything seems to work, my system is in Swedish. Any idea what could have happend?

Screen dump

All of KDE now ships the locale files with the respective application. so no need to ship plasma-sv for example anymore. Only exception is Calligra, that one has one package now for all translations, calligra-l10n.
That said, thanks for bringing this up in a clearer way now, rebuilds are needed to correct the removal of local files. This is a missed leftover from the time Plasma was build directly from github checkouts, example:
https://github.com/KaOSx/apps/blob/master/systemsettings/PKGBUILD#L47

For the spellcheck issue in Firefox, not sure if it will help, but do you have hunspell-en installed? hunspell-sv is not in the repos yet, but if hunspell-en fixes, then sv will be added shortly.

    demm I figured something had changed, thanks for clearing that up.

    Yes, I have both hunspell and aspell and both 'en' and 'sv' packages installed for both (sv packages are built from AUR). Adding the hunspell/aspell-sv packages to repo would be nice 🙂 I also tried adding Swedish dic from mozilla itself as an addon, but nothing.

    Most topics I found about this was missing dics, but that's not the issue here.

    [EDIT] I just looked in my system, and I still have /usr/share/locale and lots of folders in there. From the link you posted, it should have been deleted?

    • demm replied to this.

      zynex [EDIT] I just looked in my system, and I still have /usr/share/locale and lots of folders in there. From the link you posted, it should have been deleted?

      No, just from the package systemsettings (during the package phase of the build). All Plasma apps with that line are currently being rebuild (list is from this commit https://github.com/KaOSx/apps/commit/00d7478036400316ef3d7c470f5642ce19bb0d87).

      Regarding hunspell, they are always added right away as soon as someone uses a certain language and mentions that here. Not adding them all, since no use adding those that has no KaOS user.

        Another note, I always had Hebrew language installed (and never found how to remove it). It looks like the package sonnet is dependent on it, which is a bit odd. I manyallt removed the dependency from "/var/lib/pacman/local/sonnet-5.48.0-1/desc" and removed hspell. So far no issue. Is the hspell dependency really nessesery for sonnet?

        It was for the longest time, will check again, see if sonnet builds without it now.

        demm Ah, you are right. Didn't take note of the "${pkgdir}" part 🙂

        Sounds great, not a big issue, just like to keep my system free from stuff I don't use. Not sure how many Swedish users KaOS has, but it would be nice to have it in repo 🙂 Pretty easy to update it from AUR otherwise.

        I'll try to find a solution to the Firefox issue.