I have my UI language set to English (US). My country/region is Paraguay (South America). One of Paraguay official languages is Spanish. The problem is that Plasma assumes (wrongly) that since my region is Paraguay, I *must* have a Spanish UI, which is not the case. For example, today is Thursday. When I put my mouse over the digital clock it says "jueves" (in Spanish). This is even despite the fact that I have selected English (US) as my UI language. Reproducible: Always Steps to Reproduce: 1. Select Paraguay as your country/region in System Settings 2. Select English (US) as your system UI language. 3. Put the mouse cursor over the digital clock. The tooltip will shown any date info in Spanish. Actual Results: Date info shown is in Spanish Expected Results: Info should respect UI choice. In this case the info should have been in English instead.
*** Bug 348068 has been marked as a duplicate of this bug. ***
*** Bug 348069 has been marked as a duplicate of this bug. ***
Fwiw, this is at Qt's level. The days come from QLocale directly which in turn gets them from CLDR (iirc). I'm not sure about the rules upon which it decides what to return. I'd expect some LC_* variable. --- For reference, this is the exact code used in tooltip: Qt.formatDate(tzDate,"dddd")
I see both 'Paraguay' (gn_PY) and 'Paraguay - español' (es_PY) are present in 'Formats' settings. the first is selecting english as sys lang, the second is selecting spanish Distribution: KDE neon Developer Edition - Stable Branches Plasma: 5.11.4 Frameworks: 5.41.0 Qt: 5.9.3 Kernel 4.10.0-40-generic
*** Bug 374410 has been marked as a duplicate of this bug. ***
*** Bug 430275 has been marked as a duplicate of this bug. ***
Any progress here? Currently the isssue is not only still unfixed, but seems to spread -- the new Events pane shows wrong language as well for the date part, while "Events" and the empty text "No events for today". See attached screenshot.
Created attachment 144789 [details] event pane -> date string wrong locale
*** This bug has been marked as a duplicate of bug 340982 ***