GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-81301443e3
glocale.h File Reference
#include <grass/config.h>
#include <grass/defs/glocale.h>
#include <libintl.h>
Include dependency graph for glocale.h:

Go to the source code of this file.

Macros

#define _(str)   G_gettext(PACKAGE, (str))
 
#define n_(strs, strp, num)   G_ngettext(PACKAGE, (strs), (strp), num)
 

Macro Definition Documentation

◆ _

#define _ (   str)    G_gettext(PACKAGE, (str))

Definition at line 10 of file glocale.h.

◆ n_

#define n_ (   strs,
  strp,
  num 
)    G_ngettext(PACKAGE, (strs), (strp), num)

Definition at line 11 of file glocale.h.