]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - lib/rbot/load-gettext.rb
recommit 33c336af346dc08b4f4f4951dd6eae7150cef481 po file per plugin
[user/henk/code/ruby/rbot.git] / lib / rbot / load-gettext.rb
index 4d39b7e48fc6070f6c7e1394b1d2a5643a5ac8ed..4edc45c8e53af1299e56600adbb6432455c953d4 100644 (file)
@@ -87,6 +87,9 @@ rescue LoadError, GetTextVersionError
     args[0]
   end
 
+  def bindtextdomain_to(*args)
+  end
+
   # the following extension to String#% is from ruby-gettext's string.rb file.
   # it needs to be included in the fallback since the source already use this form