File:  [GNUtrition Sources] / gnutrition / i18n.h
Revision 1.1: download - view: text, annotated - select for diffs
Fri May 8 03:23:59 2026 UTC (12 days, 13 hours ago) by asm
Branches: MAIN
CVS tags: HEAD
Migration from Git with 0.33rc1 changes.

// SPDX-License-Identifier: GPL-3.0-or-later
/*
 * $Id: i18n.h,v 1.1 2026/05/08 03:23:59 asm Exp $
 *
 * il8n.h
 *
 * Copyright (C) 2026 Free Software Foundation, Inc.
 *
 * Author: Jason Self <jself@gnu.org>
 */

#ifndef I18N_H
#define I18N_H

#include <libintl.h>
#include <locale.h>

#define _(String) gettext (String)
#define N_(String) String

#endif /* I18N_H */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>