diff options
author | fiaxh <git@mx.ax.lt> | 2017-04-07 11:09:47 +0200 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2017-04-10 15:47:21 +0200 |
commit | 9bc83539d124f9645dc92e9e39001cb0192dae61 (patch) | |
tree | a4b22a8ea3e10b6d0050c2e5669729919a1cb477 /libdino/src/dino_i18n.h | |
parent | d8881c4b16a1cd376dd69304c44444aee581da32 (diff) | |
download | dino-9bc83539d124f9645dc92e9e39001cb0192dae61.tar.gz dino-9bc83539d124f9645dc92e9e39001cb0192dae61.zip |
Gettext support
Diffstat (limited to 'libdino/src/dino_i18n.h')
-rw-r--r-- | libdino/src/dino_i18n.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libdino/src/dino_i18n.h b/libdino/src/dino_i18n.h new file mode 100644 index 00000000..e1a65f41 --- /dev/null +++ b/libdino/src/dino_i18n.h @@ -0,0 +1,8 @@ +#ifndef __DINO_I18N_H__ +#define __DINO_I18N_H__ + +#include<libintl.h> + +#define dino_gettext(String) ((char *) dgettext (GETTEXT_PACKAGE, String)) + +#endif
\ No newline at end of file |