diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-09-13 00:54:05 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-09-13 00:54:05 +0000 |
commit | fa7254f8e139858c20c0098828f683b0bea41365 (patch) | |
tree | a904dc2efb42b3656a126e5906b3374de5a23bbe /po/Makefile | |
parent | 9bfc702b931a09176abcb1b49bb435d63331e7ff (diff) | |
download | drakwizard-fa7254f8e139858c20c0098828f683b0bea41365.tar drakwizard-fa7254f8e139858c20c0098828f683b0bea41365.tar.gz drakwizard-fa7254f8e139858c20c0098828f683b0bea41365.tar.bz2 drakwizard-fa7254f8e139858c20c0098828f683b0bea41365.tar.xz drakwizard-fa7254f8e139858c20c0098828f683b0bea41365.zip |
updated pot file; added comment for difficult string
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/po/Makefile b/po/Makefile index 6c934828..394346a0 100644 --- a/po/Makefile +++ b/po/Makefile @@ -34,12 +34,9 @@ merge: $(PGOAL).pot done $(PGOAL).pot: $(PL_CFILES) $(WIZCFILES) - xgettext -F -n --add-comments='-PO' \ + xgettext -F -n --add-comments='I18N' \ --keyword=_ --keyword=__ --keyword=N_ --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 + --language=C -o $@ ../placeholder.h $(PL_CFILES) $(WIZCFILES) @rm -rf $(PL_CFILES) $(WIZCFILES) install: all |