summaryrefslogtreecommitdiff
path: root/tumblerd
diff options
context:
space:
mode:
authorGaël Bonithon <gael@xfce.org>2022-03-17 11:37:38 +0100
committerGaël Bonithon <gael@xfce.org>2022-03-17 11:41:50 +0100
commit37c8ea571897c47497ea3e1584676a823374bfe9 (patch)
treed818de2d27fe66dae5250f633bb0c2af743c4cc9 /tumblerd
parentebaafc825af1c7fd11d3ebf37482ffe1ffc3bb69 (diff)
downloadtumbler-37c8ea571897c47497ea3e1584676a823374bfe9.tar.gz
i18n: Add missing initializationHEADmaster
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");