mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
Check for translation strings in function files
darcs-hash:20060212222406-ac50b-10424c1daeb9e81054c87bbf8f7839da72cb05bb.gz
This commit is contained in:
parent
7ebfa380dd
commit
6affa4452b
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ doc.h:$(BUILTIN_DOC_SRC) $(CMD_DOC_SRC) doc_src/doc.hdr
|
||||||
messages.pot: *.c *.h init/*.in init/*.fish init/completions/*.fish init/functions/*.fish seq
|
messages.pot: *.c *.h init/*.in init/*.fish init/completions/*.fish init/functions/*.fish seq
|
||||||
if test $(HAVE_GETTEXT) = 1;then \
|
if test $(HAVE_GETTEXT) = 1;then \
|
||||||
xgettext -k_ -kN_ -kcomplete_desc *.c *.h -o messages.pot; \
|
xgettext -k_ -kN_ -kcomplete_desc *.c *.h -o messages.pot; \
|
||||||
if ! xgettext -j -k_ -LShell init/*.in init/*.fish init/completions/*.fish seq -o messages.pot; then \
|
if ! xgettext -j -k_ -LShell init/*.in init/*.fish init/functions/*.fish init/completions/*.fish seq -o messages.pot; then \
|
||||||
echo "Your xgettext version is too old to build the messages.pot file"\
|
echo "Your xgettext version is too old to build the messages.pot file"\
|
||||||
rm messages.pot\
|
rm messages.pot\
|
||||||
false;\
|
false;\
|
||||||
|
|
Loading…
Reference in a new issue