Make Everything's plugins and action names translatable (patch from Igor Murzov)

SVN revision: 79723
This commit is contained in:
Massimo Maiurana 2012-11-26 17:49:18 +00:00
parent fa55254dee
commit b06b6f2276
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ subdir = po
top_builddir = ..
# These options get passed to xgettext.
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=UTF-8 --foreign-user
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=ACTION_NEW:1 \
--from-code=UTF-8 --foreign-user
# This is the copyright holder that gets inserted into the header of the
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding