diff options
author | Yaohan Chen <yaohan.chen@gmail.com> | 2008-06-06 16:41:20 -0400 |
---|---|---|
committer | Yaohan Chen <yaohan.chen@gmail.com> | 2008-06-06 16:41:20 -0400 |
commit | b233d010765808cfbf34dc763ab9013968212981 (patch) | |
tree | 459c8e9d57b9a841da1dadefb983dbe61f7e4fa3 /lib/rbot/load-gettext.rb | |
parent | 33c336af346dc08b4f4f4951dd6eae7150cef481 (diff) |
Revert "each plugin uses its own po file"
This reverts commit 33c336af346dc08b4f4f4951dd6eae7150cef481.
Diffstat (limited to 'lib/rbot/load-gettext.rb')
-rw-r--r-- | lib/rbot/load-gettext.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/rbot/load-gettext.rb b/lib/rbot/load-gettext.rb index 4edc45c8..4d39b7e4 100644 --- a/lib/rbot/load-gettext.rb +++ b/lib/rbot/load-gettext.rb @@ -87,9 +87,6 @@ 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 |