diff options
author | root <root@debian.bigbear.dk> | 2024-05-21 02:29:00 +0200 |
---|---|---|
committer | root <root@debian.bigbear.dk> | 2024-05-21 02:29:00 +0200 |
commit | d92107a44dc30dc098a300b9e156d03c19e489d8 (patch) | |
tree | a4287a65f7e27ace234973307a111bf870656eaf /includes | |
parent | 0f8f6b097a6eaa0dd6c17cc8ddf5673612bb0f49 (diff) |
FIX BinReloc localedir hardinfo2 pot - fix translations not found
Diffstat (limited to 'includes')
-rw-r--r-- | includes/hardinfo.h | 5 |
1 files changed, 3 insertions, 2 deletions
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; }; |