diff options
author | Olivier Blin <oblin@mandriva.org> | 2006-02-23 12:28:21 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2006-02-23 12:28:21 +0000 |
commit | a9603f5a79fdcc65efb251cbb3bcd85ca5cbb9d2 (patch) | |
tree | d795bb3b9326c67c169f9929376ac0d6feccb49b | |
parent | 6d8f506934da4652af4614fbd30f9de889af0fdb (diff) | |
download | drakx-a9603f5a79fdcc65efb251cbb3bcd85ca5cbb9d2.tar drakx-a9603f5a79fdcc65efb251cbb3bcd85ca5cbb9d2.tar.gz drakx-a9603f5a79fdcc65efb251cbb3bcd85ca5cbb9d2.tar.bz2 drakx-a9603f5a79fdcc65efb251cbb3bcd85ca5cbb9d2.tar.xz drakx-a9603f5a79fdcc65efb251cbb3bcd85ca5cbb9d2.zip |
better use perl_checker to generate the pot file, xgettext finds invalid strings
-rw-r--r-- | live/draklive-install/po/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/live/draklive-install/po/Makefile b/live/draklive-install/po/Makefile index 31afe5c45..6572010d5 100644 --- a/live/draklive-install/po/Makefile +++ b/live/draklive-install/po/Makefile @@ -19,9 +19,7 @@ merge: $(NAME).pot done $(NAME).pot: - xgettext -F -n --from-code --add-comments='I18N' \ - --keyword=_ --keyword=__ --keyword=N_ --keyword=N \ - -o $@ $(PL_FILES) + perl_checker -q --generate-pot $@ $(PL_FILES) install: all for l in $(LANGS); do \ |