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 4abc7f4687
commit 1da3fe63d9
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@ 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=EVRY_PLUGIN_BASE:1 --keyword=EVRY_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