[recipes] Default to the right gettext domain in make-pot



commit 036af56f521338ce0dacc0442046d4ea9f66d4e7
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Feb 19 18:23:45 2017 -0500

    Default to the right gettext domain in make-pot
    
    This might help get pot file generation working for
    damn-lies again.

 make-pot |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/make-pot b/make-pot
index 6dfd1ff..e58d56f 100755
--- a/make-pot
+++ b/make-pot
@@ -29,7 +29,7 @@ XGETTEXT="${XGETTEXT:-xgettext}"
 top_srcdir="${top_srcdir:-.}"
 
 srcdir="${srcdir:-$top_srcdir/po}"
-GETTEXT_PACKAGE="${GETTEXT_PACKAGE:-recipes}"
+GETTEXT_PACKAGE="${GETTEXT_PACKAGE:-gnome-recipes}"
 XGETTEXT_KEYWORDS="${XGETTEXT_KEYWORDS:- --keyword=_ --keyword=N_ --keyword=C_:1c,2 --keyword=NC_:1c,2 
--keyword=g_dngettext:2,3 }"
 
 $SED -e 's/^\(.*\)$/     N_("\1"),/' $top_srcdir/data/ingredients.list > $top_srcdir/src/ingredients.c


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]