diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-09-05 11:39:45 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-09-05 11:39:45 +0000 |
commit | 1910ce3eea490ee538a622cc043811cb1b267ec1 (patch) | |
tree | 3a35369b3ac04213cbc54aac1aa879456d2c20c1 /po/Makefile | |
parent | 57e401832d23530f2528585ac8a2156073f299ff (diff) | |
download | drakwizard-1910ce3eea490ee538a622cc043811cb1b267ec1.tar drakwizard-1910ce3eea490ee538a622cc043811cb1b267ec1.tar.gz drakwizard-1910ce3eea490ee538a622cc043811cb1b267ec1.tar.bz2 drakwizard-1910ce3eea490ee538a622cc043811cb1b267ec1.tar.xz drakwizard-1910ce3eea490ee538a622cc043811cb1b267ec1.zip |
added enabled disabled
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile index 69eb4239..9d79beb9 100644 --- a/po/Makefile +++ b/po/Makefile @@ -37,6 +37,7 @@ $(PGOAL).pot: $(PL_CFILES) $(WIZCFILES) xgettext -F -n --add-comments='-PO' \ --keyword=_ --keyword=__ --keyword=N_ \ --language=C -o $@ $(PL_CFILES) $(WIZCFILES) + echo -e "\\nmsgid \"enabled\"\\nmsgstr \"\"\\n\nmsgid \"disabled\"\\nmsgstr \"\"\\n" >> drakwizard.pot @rm -rf $(PL_CFILES) $(WIZCFILES) install: all |