From: Bas Pape Date: Fri, 23 Nov 2012 18:01:35 +0000 (+0100) Subject: Let quassel honour locale language settings X-Git-Tag: 0.9-beta1~21 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=0392d7e7892bafee907c2e5293700d67c9872fff;hp=0392d7e7892bafee907c2e5293700d67c9872fff 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 ---