From caffbfa94b84569fb64ed6ecb68f9ca960deca2a Mon Sep 17 00:00:00 2001 From: Yaohan Chen Date: Sat, 7 Jun 2008 14:30:33 -0400 Subject: recommit 33c336af346dc08b4f4f4951dd6eae7150cef481 po file per plugin each plugin uses its own po file, no change required for plugin source, Rakefile, plugin loader and gettext loader are modified to adjust to the change --- lib/rbot/plugins.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/rbot/plugins.rb') diff --git a/lib/rbot/plugins.rb b/lib/rbot/plugins.rb index 250efa01..d1bf073a 100644 --- a/lib/rbot/plugins.rb +++ b/lib/rbot/plugins.rb @@ -533,6 +533,8 @@ module Plugins # the idea here is to prevent namespace pollution. perhaps there # is another way? plugin_module = Module.new + # each plugin uses its own textdomain, we bind it automatically here + bindtextdomain_to(plugin_module, "rbot-#{File.basename(fname, '.rb')}") desc = desc.to_s + " " if desc -- cgit v1.2.3