2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Add calls to bindtextdomain() and textdomain()

Currently there are two domains, one for the sudo front-end and
one for the sudoers plugin and its associated utilities.
This commit is contained in:
Todd C. Miller
2011-05-17 16:38:40 -04:00
parent 19a81af6b0
commit c3a259f5ee
12 changed files with 64 additions and 12 deletions

View File

@@ -41,6 +41,8 @@
#ifdef HAVE_LIBINTL_H
# include <libintl.h>
# undef _
# define _(String) dgettext("sudoers", String)
#endif
/*