Commit a4ac9c48be7f5a0240827dc7a4b4064e92c81be6
1 parent
62f380a8
Exists in
master
and in
29 other branches
Mark strings for translation
(ActionItem2871)
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
plugins/community_block/lib/community_block.rb
1 | class CommunityBlock < Block | 1 | class CommunityBlock < Block |
2 | 2 | ||
3 | def self.description | 3 | def self.description |
4 | - "Community block" | 4 | + _("Community block") |
5 | end | 5 | end |
6 | 6 | ||
7 | def help | 7 | def help |
8 | - "Help for Community Description Block." | 8 | + _("Help for Community Description Block.") |
9 | end | 9 | end |
10 | 10 | ||
11 | def content(arg={}) | 11 | def content(arg={}) |
plugins/community_block/lib/community_block_plugin.rb
@@ -7,7 +7,7 @@ class CommunityBlockPlugin < Noosfero::Plugin | @@ -7,7 +7,7 @@ class CommunityBlockPlugin < Noosfero::Plugin | ||
7 | end | 7 | end |
8 | 8 | ||
9 | def self.plugin_description | 9 | def self.plugin_description |
10 | - "A plugin that adds a block to show community description" | 10 | + _("A plugin that adds a block to show community description") |
11 | end | 11 | end |
12 | 12 | ||
13 | def self.extra_blocks | 13 | def self.extra_blocks |