Bug 247214

Summary: no alphabetical order in "switch application language"
Product: [Unmaintained] kdelibs Reporter: Lukas Sommer <sommerluk>
Component: kdeuiAssignee: kdelibs bugs <kdelibs-bugs-null>
Status: RESOLVED FIXED    
Severity: minor CC: cfeck
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In: 4.5.1
Sentry Crash Report:
Attachments: snapshot.png

Description Lukas Sommer 2010-08-10 10:17:18 UTC
Version:           unspecified (using KDE 4.3.5) 
OS:                Linux

It is quite uncomfortable to switch the application language.

Reproducible: Didn't try

Steps to Reproduce:
Call "Help"->"Switch application language..." in a KDE program.

Actual Results:  
When you want to change the language, you get a very long list of available languages - but in random order.

Expected Results:  
The list of languages should have alphabetical order.
Comment 1 Lukas Sommer 2010-08-10 10:20:32 UTC
Created attachment 49962 [details]
snapshot.png
Comment 2 Christoph Feck 2010-08-10 14:34:09 UTC
Hm, actually I wonder why it shows so many languages, I don't think you have installed all of them? On my self compiled KDE from trunk, it does not show all languages, just "American English".
Comment 3 Christoph Feck 2010-08-11 03:27:02 UTC
SVN commit 1161872 by cfeck:

Fix insertation in default (alphabetical) order

CCBUG: 247214


 M  +2 -2      klanguagebutton.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1161872
Comment 4 Christoph Feck 2010-08-11 03:28:51 UTC
SVN commit 1161874 by cfeck:

Fix insertation in default (alphabetical) order (backport r1161872)

BUG: 247214
FIXED-IN: 4.5.1


 M  +2 -2      klanguagebutton.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1161874
Comment 5 Lukas Sommer 2010-08-11 09:51:33 UTC
Thanks a lot for this very fast fix!

(In the case of digikam, I have so many languages installed because I didn't use the digikam package of my distribution openSUSE 11.2, but a newer digikam package from the build service, and this comes with "digikam-lang" which provides the updated translations.)