mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
Some messages were missing when updating translations. (Dominique Pelle)
This commit is contained in:
parent
dd10ce91a8
commit
d3dd26658c
@ -247,14 +247,10 @@ distclean: clean
|
|||||||
checkclean:
|
checkclean:
|
||||||
rm -f *.ck
|
rm -f *.ck
|
||||||
|
|
||||||
#
|
$(PACKAGE).pot: ../*.c ../if_perl.xs ../GvimExt/gvimext.cpp ../globals.h ../if_py_both.h
|
||||||
# NOTE: If you get an error for gvimext.cpp not found, you need to unpack the
|
|
||||||
# extra archive.
|
|
||||||
#
|
|
||||||
$(PACKAGE).pot: ../*.c ../if_perl.xs ../GvimExt/gvimext.cpp ../globals.h
|
|
||||||
cd ..; $(XGETTEXT) --default-domain=$(PACKAGE) \
|
cd ..; $(XGETTEXT) --default-domain=$(PACKAGE) \
|
||||||
--add-comments --keyword=_ --keyword=N_ \
|
--add-comments --keyword=_ --keyword=N_ \
|
||||||
*.c if_perl.xs GvimExt/gvimext.cpp globals.h
|
*.c if_perl.xs GvimExt/gvimext.cpp globals.h if_py_both.h
|
||||||
mv -f ../$(PACKAGE).po $(PACKAGE).pot
|
mv -f ../$(PACKAGE).po $(PACKAGE).pot
|
||||||
|
|
||||||
update-po: $(LANGUAGES)
|
update-po: $(LANGUAGES)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user