From dc78aec97b96b66e7dc4bf276bc50d0712802e18 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Mon, 22 Nov 2021 20:22:10 +0100 Subject: Add TODO comment about possibly using gettext's gettext.h --- libgphoto2/i18n.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libgphoto2') diff --git a/libgphoto2/i18n.h b/libgphoto2/i18n.h index 03862b791..2c889eb45 100644 --- a/libgphoto2/i18n.h +++ b/libgphoto2/i18n.h @@ -1,3 +1,9 @@ +/** \file libgphoto2/i18n.h + * \brief Common include header for all C sources containing translated strings + * + * \todo Replace this file by the gettext.h file from gettext? + */ + #ifndef LIBGPHOTO2_I18N_H #define LIBGPHOTO2_I18N_H -- cgit v1.2.1