index
:
user/henk/code/ruby/rbot.git
fix/deprecated_gethostbyname
main
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rbot
/
load-gettext.rb
Age
Commit message (
Expand
)
Author
2020-04-06
fix: gettext updated each_textdomain > each_text_domains
Matthias Hecker
2012-07-14
Update gettext support
Giuseppe Bilotta
2012-03-04
RubyGems obsoleted *and* b0rked all_load_path, try to work around it
Giuseppe Bilotta
2011-01-12
Limit Comparable inclusion to Array
Giuseppe Bilotta
2010-07-05
load-gettext: cope with ruby gettext 2.1.0
Giuseppe Bilotta
2009-09-06
ruby 1.9: fix method_defined?
franz
2009-08-26
gettext: fix empty LANGUAGE env var
franz
2009-08-26
ruby 1.9: fix *methods.include?
franz
2009-06-06
* (gettext) relaxed check for bound_target() existance
dmitry kim
2009-04-20
gettext: support version 2
Giuseppe Bilotta
2008-07-11
do not crash when GetText.cached= is not defined
Yaohan Chen
2008-06-23
Set GetText.cached = false so that mo files are reloaded when setting locale
Yaohan Chen
2008-06-17
* load-gettext: warn() -> warning()
dmitry kim
2008-06-07
recommit 33c336af346dc08b4f4f4951dd6eae7150cef481 po file per plugin
Yaohan Chen
2008-06-06
Revert "each plugin uses its own po file"
Yaohan Chen
2008-06-05
each plugin uses its own po file
Yaohan Chen
2008-04-16
gettext: support anonymous modules (and thus plugins) with newer gettext
Giuseppe Bilotta
2008-03-11
gettext: undefine GetText if we failed to load properly
Giuseppe Bilotta
2008-03-11
load-gettext.rb: accept ruby-gettext version of 1.8.0 and above, not just 1.8...
Yaohan Chen
2007-09-12
namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*
Giuseppe Bilotta
2007-08-27
GetText: add Config.datadir-based locale search path.
Giuseppe Bilotta
2007-08-26
Output gettext textdomain information when setting the language, not when loa...
Giuseppe Bilotta
2007-08-26
Cleaner gettext debug information reporting
Giuseppe Bilotta
2007-07-23
* display installed version when gettext version is unsupported
Yaohan Chen
2007-07-18
- added version check for ruby/gettext, too low or high versions will not be ...
Yaohan Chen
2007-07-14
added a warning message if retrieving gettext info fails
Yaohan Chen
2007-07-12
* (gettext) make us somewhat less dependent on gettext internals
Dmitry Kim
2007-07-12
* (gettext) work around failing current_textdomain_info()
Dmitry Kim
2007-07-09
integrated ruby-gettext
Yaohan Chen