From d92107a44dc30dc098a300b9e156d03c19e489d8 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 21 May 2024 02:29:00 +0200 Subject: FIX BinReloc localedir hardinfo2 pot - fix translations not found --- includes/hardinfo.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/hardinfo.h b/includes/hardinfo.h index bf721b54..83fe6090 100644 --- a/includes/hardinfo.h +++ b/includes/hardinfo.h @@ -33,9 +33,9 @@ #define HARDINFO2_COPYRIGHT_LATEST_YEAR 2024 -#ifndef LOCALEDIR +/*#ifndef LOCALEDIR #define LOCALEDIR "/usr/share/locale" -#endif +#endif*/ typedef enum { MODULE_FLAG_NONE = 0, @@ -75,6 +75,7 @@ struct _ProgramParameters { gchar *result_format; gchar *path_lib; gchar *path_data; + gchar *path_locale; gchar *argv0; }; -- cgit v1.2.3