summaryrefslogtreecommitdiff
path: root/lib/rbot/load-gettext.rb
AgeCommit message (Expand)Author
2008-07-11do not crash when GetText.cached= is not definedYaohan Chen
2008-06-23Set GetText.cached = false so that mo files are reloaded when setting localeYaohan Chen
2008-06-17* load-gettext: warn() -> warning()dmitry kim
2008-06-07recommit 33c336af346dc08b4f4f4951dd6eae7150cef481 po file per pluginYaohan Chen
2008-06-06Revert "each plugin uses its own po file"Yaohan Chen
2008-06-05each plugin uses its own po fileYaohan Chen
2008-04-16gettext: support anonymous modules (and thus plugins) with newer gettextGiuseppe Bilotta
2008-03-11gettext: undefine GetText if we failed to load properlyGiuseppe Bilotta
2008-03-11load-gettext.rb: accept ruby-gettext version of 1.8.0 and above, not just 1.8...Yaohan Chen
2007-09-12namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*Giuseppe Bilotta
2007-08-27GetText: add Config.datadir-based locale search path.Giuseppe Bilotta
2007-08-26Output gettext textdomain information when setting the language, not when loa...Giuseppe Bilotta
2007-08-26Cleaner gettext debug information reportingGiuseppe Bilotta
2007-07-23* display installed version when gettext version is unsupportedYaohan Chen
2007-07-18- added version check for ruby/gettext, too low or high versions will not be ...Yaohan Chen
2007-07-14added a warning message if retrieving gettext info failsYaohan Chen
2007-07-12* (gettext) make us somewhat less dependent on gettext internalsDmitry Kim
2007-07-12* (gettext) work around failing current_textdomain_info()Dmitry Kim
2007-07-09integrated ruby-gettextYaohan Chen