From f635c345c3d787d3b7f1287b8a08f8c569de2e43 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 15 Apr 2009 12:42:03 +0000 Subject: extract string to translate from *.desktop.in --- po/Makefile | 5 +++-- po/POTFILES.in | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 po/POTFILES.in (limited to 'po') diff --git a/po/Makefile b/po/Makefile index a2aacf40..b7c61764 100644 --- a/po/Makefile +++ b/po/Makefile @@ -31,9 +31,10 @@ merge: done $(PGOAL).pot: $(PL_FILES) + intltool-update --gettext-package desktopstuff --pot perl_checker -q --generate-pot $(PGOAL)_tmp.pot $(PL_FILES) - [ ! -e $(PGOAL)_tmp.pot ] || msgcat --use-first $(PGOAL)_tmp.pot > $@ - rm -f $(PGOAL)_tmp.pot + [ ! -e $(PGOAL)_tmp.pot ] || msgcat --use-first $(PGOAL)_tmp.pot desktopstuff.pot > $@ + rm -f desktopstuff.pot $(PGOAL)_tmp.pot install: all for l in $(LANGS); do \ diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 00000000..13ff90f9 --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1 @@ +gurpmi.desktop.in -- cgit v1.2.1