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)
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


No differences found