summaryrefslogtreecommitdiff
path: root/tumblerd
diff options
context:
space:
mode:
Diffstat (limited to 'tumblerd')
-rw-r--r--tumblerd/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tumblerd/main.c b/tumblerd/main.c
index 5cc2d66..e4d0666 100644
--- a/tumblerd/main.c
+++ b/tumblerd/main.c
@@ -38,6 +38,8 @@
#include <glib.h>
#include <glib-object.h>
+#include <libxfce4util/libxfce4util.h>
+
#include <tumbler/tumbler.h>
#include <tumblerd/tumbler-cache-service.h>
@@ -120,6 +122,9 @@ main (int argc,
G_GNUC_END_IGNORE_DEPRECATIONS
#endif
+ /* initialize translations */
+ xfce_textdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR, "UTF-8");
+
/* set the application name. Translators: Don't translate "Tumbler". */
g_set_application_name ("Tumbler Thumbnailing Service");