summaryrefslogtreecommitdiff
path: root/src/po/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-03-14 20:11:12 +0100
committerBram Moolenaar <Bram@vim.org>2018-03-14 20:11:12 +0100
commit228de1dfd2687af16dc7bc88942c65b5af9d7e04 (patch)
tree5f5b9427d4a209f4c3037c67abd8c3c24650f5a6 /src/po/Makefile
parent012eb6629337fdf8afca78a24faa132e9b42e7b4 (diff)
downloadvim-git-228de1dfd2687af16dc7bc88942c65b5af9d7e04.tar.gz
patch 8.0.1606: singular/plural variants not translatedv8.0.1606
Problem: Singular/plural variants not translated. Solution: Add NGETTEXT argument to xgettext. (Sergey Alyoshin)
Diffstat (limited to 'src/po/Makefile')
-rw-r--r--src/po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/po/Makefile b/src/po/Makefile
index 8c4aaf364..fc78c4308 100644
--- a/src/po/Makefile
+++ b/src/po/Makefile
@@ -283,7 +283,7 @@ checkclean:
$(PACKAGE).pot: ../*.c ../if_perl.xs ../GvimExt/gvimext.cpp ../globals.h ../if_py_both.h
cd ..; $(XGETTEXT) --default-domain=$(PACKAGE) \
- --add-comments --keyword=_ --keyword=N_ \
+ --add-comments --keyword=_ --keyword=N_ --keyword=NGETTEXT:1,2 \
*.c if_perl.xs GvimExt/gvimext.cpp globals.h if_py_both.h
mv -f ../$(PACKAGE).po $(PACKAGE).pot