diff options
author | Thomas White <taw@bitwiz.me.uk> | 2018-04-15 17:08:44 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.me.uk> | 2018-04-15 17:09:12 +0200 |
commit | 39b16e3f9fa51e737dd4cdfed7def8259757d24c (patch) | |
tree | cd19d32fe64364e24d03795d6fdf5d246c309b92 /src/utils.h | |
parent | a20ab237477fe774d69fa742d59a5659ede35b15 (diff) |
Internationalise all strings in source code
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index cc686f2..bfc04c2 100644 --- a/src/utils.h +++ b/src/utils.h @@ -32,6 +32,7 @@ extern void chomp(char *s); extern int safe_strcmp(const char *a, const char *b); extern char *load_everything(const char *filename); +#include <libintl.h> #define _(x) gettext(x) #endif /* UTILS_H */ |