mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 03:51:20 -03:00
Translate most shellscript output, translate internal completion descriptions, and several translation bugfixes
darcs-hash:20060105134159-ac50b-0a7805971e079dd1a511c6bca227db4504902ef0.gz
This commit is contained in:
@@ -229,9 +229,10 @@ doc.h:$(BUILTIN_DOC_SRC) $(CMD_DOC_SRC) doc_src/doc.hdr
|
||||
fi
|
||||
|
||||
# Create a template translation object
|
||||
messages.pot: *.c *.h
|
||||
messages.pot: *.c *.h init/*.in init/*.fish
|
||||
if test $(HAVE_GETTEXT) = 1;then \
|
||||
xgettext -k_ -kN_ --no-wrap *.c *.h -o messages.pot; \
|
||||
xgettext -k_ -kN_ -kcomplete_desc --no-wrap *.c *.h -o messages.pot; \
|
||||
xgettext -j -k_ -LShell --no-wrap init/*.in init/*.fish -o messages.pot; \
|
||||
fi
|
||||
|
||||
# Generate the internal help functions by making doxygen create
|
||||
|
||||
Reference in New Issue
Block a user