Bug 931171 - KDE 5.3 mixed language
Summary: KDE 5.3 mixed language
Status: RESOLVED UPSTREAM
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: KDE Workspace (Plasma) (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-17 16:23 UTC by Olli Tuominen
Modified: 2015-11-25 10:40 UTC (History)
2 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
screenshot 1 (39.25 KB, image/png)
2015-05-17 16:23 UTC, Olli Tuominen
Details
screenshot 2 (71.70 KB, image/png)
2015-05-17 16:24 UTC, Olli Tuominen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Tuominen 2015-05-17 16:23:43 UTC
Created attachment 634516 [details]
screenshot 1

I want to keep all text as English and only choose Region (FI) settings for numeric, currency and time formats. If I choose that it will translate calendar (date etc. to Finnish)

This is with latest updates and KDE 5.3
See screenshots.
Comment 1 Olli Tuominen 2015-05-17 16:24:11 UTC
Created attachment 634517 [details]
screenshot 2
Comment 2 Forgotten User DV81ZEWZkN 2015-05-18 01:15:23 UTC
This is due to fact Plasma/KF5 now uses QLocale, which in turn uses POSIX standards (e.g. LC_TIME, etc).

One way to workaround this, is to create a custome locale, which would used desider values in Finnish, and the rest in English.
Comment 3 Olli Tuominen 2015-05-18 06:01:02 UTC
So what I need to do? Should I open a bug for upstream?
Or is it handled already?

This was one reason why I ditch Gnome as it was working this way too.

Where I would find instructions how to do the workaround?
Comment 4 Olli Tuominen 2015-05-19 10:40:15 UTC
Im guessing its this one https://bugs.kde.org/show_bug.cgi?id=176650
Comment 5 Wolfgang Bauer 2015-11-25 10:40:54 UTC
(In reply to Olli Tuominen from comment #4)
> Im guessing its this one https://bugs.kde.org/show_bug.cgi?id=176650

Not really. That bug report is from 2008 and against KDE4, KF5's locale support has been completely changed (as mentioned, it uses QLocale now instead of doing its own thing, which in turn uses POSIX standards).
The bug you mention is actually the otherway round, it originally was about KDE *not* respecting the POSIX variables like LC_TIME (which of course is not true in KF5 any more).

Your problem is rather https://bugs.kde.org/show_bug.cgi?id=353715 I'd say, which should be fixed in KDE Frameworks 5.17.0 which will be released in about two weeks and should reach Tumbleweed some time afterwards.

In any case, it is still an upstream problem, why did you reopen it?