From fb5d1ecd8c4f8c8970a38eecad5a13241de30b5e Mon Sep 17 00:00:00 2001 From: Massimo Maiurana Date: Fri, 7 Dec 2012 17:52:51 +0000 Subject: [PATCH] Make some more Evry messages translatable (patch from Igor Murzov) SVN revision: 80478 --- po/Makevars | 1 + po/POTFILES.in | 1 + 2 files changed, 2 insertions(+) diff --git a/po/Makevars b/po/Makevars index f6e7261b1..090dd0546 100644 --- a/po/Makevars +++ b/po/Makevars @@ -11,6 +11,7 @@ top_builddir = .. XGETTEXT_OPTIONS = --keyword=_ --keyword=d_:1 --keyword=P_:1,2 \ --keyword=dP_:1,2 --keyword=N_ --keyword=NP_:1,2 \ --keyword=EVRY_PLUGIN_BASE:1 --keyword=EVRY_ACTION_NEW:1 \ + --keyword=ACTION_NEW:1 \ --from-code=UTF-8 --foreign-user # This is the copyright holder that gets inserted into the header of the diff --git a/po/POTFILES.in b/po/POTFILES.in index bc6107943..20ba67e40 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -212,6 +212,7 @@ src/modules/everything/evry_gadget.c src/modules/everything/evry_plug_actions.c src/modules/everything/evry_plug_aggregator.c src/modules/everything/evry_plug_clipboard.c +src/modules/everything/evry_plugin.c src/modules/everything/evry_view_help.c src/modules/everything/evry_util.c src/modules/everything/evry_plug_apps.c