https://bugs.kde.org/show_bug.cgi?id=341235

--- Comment #11 from Albert Astals Cid <aa...@kde.org> ---
(In reply to Nate Graham from comment #10)
> I think the bug is here:
> https://invent.kde.org/plasma/plasma-workspace/-/blob/master/kcms/
> translations/translationssettingsbase.kcfg#L15
> 
> It populates a default value that's equal to QLocale::system().name() if
> $LANG is unset, but not if it's set. It should probably do it in that case
> too.

That piece of code doesn't access any envvar, no?

The problem with that piece of code is that it assumes you can do
KLocalizedString::availableDomainTranslations("plasmashell").contains(QLocale::system().name());
but that's not going to work at all.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to