From: Manuel Nickschas Date: Sun, 25 Jan 2009 01:42:20 +0000 (+0100) Subject: Allow external translation files X-Git-Tag: 0.4.0~172 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=8ec4a861065b8a037ea6af58b2916800007ed61f;hp=8ec4a861065b8a037ea6af58b2916800007ed61f Allow external translation files Quassel will now check its data dirs (usually $prefix/share/apps/quassel) for a directory named "translations". If this is found, translation files will be looked for in this directory *only*. This means, that Quassel won't look in :/i18n then. Keeping .qm files in $prefix/share/apps/quassel/translations allows for providing language packs easily. Also, we move loadTranslation() from util.cpp to Quassel::loadTranslation(). ---