I18N: Added option for adding translation string comments
This commit is contained in:
parent
f4207b8149
commit
fcf60c1643
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ POTFILE := $(srcdir)/po/scummvm.pot
|
|||
POFILES := $(wildcard $(srcdir)/po/*.po)
|
||||
|
||||
updatepot:
|
||||
xgettext -f $(srcdir)/po/POTFILES -D $(srcdir) -d scummvm --c++ -k_ -k_s -k_c:1,2c -k_sc:1,2c \
|
||||
xgettext -f $(srcdir)/po/POTFILES -D $(srcdir) -d scummvm --c++ -k_ -k_s -k_c:1,2c -k_sc:1,2c --add-comments=I18N\
|
||||
-kDECLARE_TRANSLATION_ADDITIONAL_CONTEXT:1,2c -o $(POTFILE) \
|
||||
--copyright-holder="ScummVM Team" --package-name=ScummVM \
|
||||
--package-version=$(VERSION) --msgid-bugs-address=scummvm-devel@lists.sf.net -o $(POTFILE)_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue