Let quassel honour locale language settings
authorBas Pape <baspape@gmail.com>
Fri, 23 Nov 2012 18:01:35 +0000 (19:01 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 19 Feb 2013 21:52:14 +0000 (22:52 +0100)
commit0392d7e7892bafee907c2e5293700d67c9872fff
tree5340407f49703fbd1cf11c67132e9a7e62211597
parent771fdcaf0d0c9bbd981a72c5861222f58241829b
Let quassel honour locale language settings

When the language setting (LC_MESSAGES) differs from the global locale
set, quassel will use the wrong language. Qt 4.8 introduces some changes
to QLocale which make this pretty much Just Work; this patch copies the
necessary bits for older Qts.

Fixes #1194
src/common/quassel.cpp