Commit a4ac9c48be7f5a0240827dc7a4b4064e92c81be6

Authored by Joenio Costa
1 parent 62f380a8

Mark strings for translation

(ActionItem2871)
plugins/community_block/lib/community_block.rb
1 1 class CommunityBlock < Block
2 2  
3 3 def self.description
4   - "Community block"
  4 + _("Community block")
5 5 end
6 6  
7 7 def help
8   - "Help for Community Description Block."
  8 + _("Help for Community Description Block.")
9 9 end
10 10  
11 11 def content(arg={})
... ...
plugins/community_block/lib/community_block_plugin.rb
... ... @@ -7,7 +7,7 @@ class CommunityBlockPlugin &lt; Noosfero::Plugin
7 7 end
8 8  
9 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 11 end
12 12  
13 13 def self.extra_blocks
... ...