comparison src/po/Make_ming.mak @ 13802:378f9f8e6d8f v8.0.1773

patch 8.0.1773: dialog messages are not translated commit https://github.com/vim/vim/commit/c36651b4b946333dce0a916326d821d2562cf39d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 29 12:22:56 2018 +0200 patch 8.0.1773: dialog messages are not translated Problem: Dialog messages are not translated. Solution: Add N_() and _() where needed. (Sergey Alyoshin)
author Christian Brabandt <cb@256bit.org>
date Sun, 29 Apr 2018 12:30:09 +0200
parents a62eeee5f116
children a36fb263c35e
comparison
equal deleted inserted replaced
13801:bc05f0849f3a 13802:378f9f8e6d8f
137 137
138 all: $(MOFILES) 138 all: $(MOFILES)
139 139
140 first_time: 140 first_time:
141 $(XGETTEXT) --default-domain=$(LANGUAGE) \ 141 $(XGETTEXT) --default-domain=$(LANGUAGE) \
142 --add-comments --keyword=_ --keyword=N_ --keyword=NGETTEXT:1,2 $(wildcard ../*.c) ../if_perl.xs ../GvimExt/gvimext.cpp $(wildcard ../globals.h) ../if_py_both.h 142 --add-comments --keyword=_ --keyword=N_ --keyword=NGETTEXT:1,2 $(wildcard ../*.c) ../if_perl.xs ../GvimExt/gvimext.cpp $(wildcard ../globals.h) ../if_py_both.h ../vim.h
143 143
144 $(LANGUAGES): 144 $(LANGUAGES):
145 $(XGETTEXT) --default-domain=$(PACKAGE) \ 145 $(XGETTEXT) --default-domain=$(PACKAGE) \
146 --add-comments --keyword=_ --keyword=N_ --keyword=NGETTEXT:1,2 $(wildcard ../*.c) ../if_perl.xs ../GvimExt/gvimext.cpp $(wildcard ../globals.h) ../if_py_both.h 146 --add-comments --keyword=_ --keyword=N_ --keyword=NGETTEXT:1,2 $(wildcard ../*.c) ../if_perl.xs ../GvimExt/gvimext.cpp $(wildcard ../globals.h) ../if_py_both.h ../vim.h
147 $(MV) $(PACKAGE).po $(PACKAGE).pot 147 $(MV) $(PACKAGE).po $(PACKAGE).pot
148 $(CP) $@.po $@.po.orig 148 $(CP) $@.po $@.po.orig
149 $(MV) $@.po $@.po.old 149 $(MV) $@.po $@.po.old
150 $(MSGMERGE) $@.po.old $(PACKAGE).pot -o $@.po 150 $(MSGMERGE) $@.po.old $(PACKAGE).pot -o $@.po
151 $(RM) $@.po.old 151 $(RM) $@.po.old