This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  5cc5251d5d4c35a2d79b92d6660e14039c268964 (commit)
       via  3160603308928d79d1dc78441ca8a4a2fc4e4350 (commit)
      from  07471690159c21be2be0e46e7e5508d5cf928f80 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=5cc5251d5d4c35a2d79b92d6660e14039c268964


commit 5cc5251d5d4c35a2d79b92d6660e14039c268964
Author: Jim Meyering <[email protected]>
Date:   Sat Feb 8 20:13:17 2025 -0800

    grep: support gnulib-l10n
    
    * src/grep.c (main): Call bindtextdomain for gnulib-l10n.

diff --git a/src/grep.c b/src/grep.c
index 91ff378..e4e9899 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -2498,6 +2498,7 @@ main (int argc, char **argv)
 #endif
 #if defined ENABLE_NLS
   bindtextdomain (PACKAGE, LOCALEDIR);
+  bindtextdomain ("gnulib", GNULIB_LOCALEDIR);
   textdomain (PACKAGE);
 #endif
 

http://git.savannah.gnu.org/cgit/grep.git/commit/?id=3160603308928d79d1dc78441ca8a4a2fc4e4350


commit 5cc5251d5d4c35a2d79b92d6660e14039c268964
Author: Jim Meyering <[email protected]>
Date:   Sat Feb 8 20:13:17 2025 -0800

    grep: support gnulib-l10n
    
    * src/grep.c (main): Call bindtextdomain for gnulib-l10n.

diff --git a/src/grep.c b/src/grep.c
index 91ff378..e4e9899 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -2498,6 +2498,7 @@ main (int argc, char **argv)
 #endif
 #if defined ENABLE_NLS
   bindtextdomain (PACKAGE, LOCALEDIR);
+  bindtextdomain ("gnulib", GNULIB_LOCALEDIR);
   textdomain (PACKAGE);
 #endif
 

-----------------------------------------------------------------------

Summary of changes:
 cfg.mk     | 3 +++
 src/grep.c | 1 +
 2 files changed, 4 insertions(+)


hooks/post-receive
-- 
grep

Reply via email to