[epiphany] Try to fix C_ macro after switch to intltool



commit 92241ca58336e5f77726b4f0680960d579233574
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Aug 8 09:04:35 2016 -0500

    Try to fix C_ macro after switch to intltool
    
    mcatanzaro:  Hey i18n folks, I just switched Epiphany from intltool to
    directly using upstream gettext. It mostly works fine but I lost
    translations for some strings in ephy-web-view.c that were using the C_
    macro to add contexts. I do have USE_MSGCTXT = yes in my Makevars file.
    Any clues what might be wrong?
    ueno:  mcatanzaro, is --keyword=C_:1c,2 in XGETTEXT_OPTIONS?
    mcatanzaro:  ueno: Nope, thanks!

 po/Makevars |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/po/Makevars b/po/Makevars
index 25d345b..f84ab54 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -8,7 +8,7 @@ subdir = po
 top_builddir = ..
 
 # These options get passed to xgettext.
-XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=UTF-8
+XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=C_:1c,2 --from-code=UTF-8
 
 # This is the copyright holder that gets inserted into the header of the
 # $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding


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