Annotation of gnutrition/i18n.h, revision 1.1
1.1 ! asm 1: // SPDX-License-Identifier: GPL-3.0-or-later
! 2: /*
! 3: * $Id$
! 4: *
! 5: * il8n.h
! 6: *
! 7: * Copyright (C) 2026 Free Software Foundation, Inc.
! 8: *
! 9: * Author: Jason Self <jself@gnu.org>
! 10: */
! 11:
! 12: #ifndef I18N_H
! 13: #define I18N_H
! 14:
! 15: #include <libintl.h>
! 16: #include <locale.h>
! 17:
! 18: #define _(String) gettext (String)
! 19: #define N_(String) String
! 20:
! 21: #endif /* I18N_H */
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>