From f08ef8547eeb6b96a1cf186c7818e170f85a10c1 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Wed, 11 Sep 2002 14:45:27 +0000 Subject: Make buttons (Cancel, Next etc) translatable --- po/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'po/Makefile') diff --git a/po/Makefile b/po/Makefile index 9d79beb9..573f7d99 100644 --- a/po/Makefile +++ b/po/Makefile @@ -37,6 +37,9 @@ $(PGOAL).pot: $(PL_CFILES) $(WIZCFILES) xgettext -F -n --add-comments='-PO' \ --keyword=_ --keyword=__ --keyword=N_ \ --language=C -o $@ $(PL_CFILES) $(WIZCFILES) + echo -e "\\nmsgid \"Cancel\"\\nmsgstr \"\"" >> drakwizard.pot + echo -e "\\nmsgid \"Next ->\"\\nmsgstr \"\"" >> drakwizard.pot + echo -e "\\nmsgid \"<- Previous\"\\nmsgstr \"\"" >> drakwizard.pot echo -e "\\nmsgid \"enabled\"\\nmsgstr \"\"\\n\nmsgid \"disabled\"\\nmsgstr \"\"\\n" >> drakwizard.pot @rm -rf $(PL_CFILES) $(WIZCFILES) -- cgit v1.2.1