Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 | |||
2008-06-06 | Revert "each plugin uses its own po file" | Yaohan Chen | |
This reverts commit 33c336af346dc08b4f4f4951dd6eae7150cef481. | |||
2008-06-05 | each plugin uses its own po file | Yaohan Chen | |
no modification in plugin source is needed, plugin loader is modified to automatically bind to the plugin's text domain updatepo task is modified to maintain per-plugin po file po files are updated and cleaned | |||
2008-04-16 | gettext: support anonymous modules (and thus plugins) with newer gettext | Giuseppe Bilotta | |
While older ruby-gettext raised when trying to bind for anonymous modules (such as the ones that wrap rbot plugins), newer versions just provide an empty array. This makes the previous fix (which used rescue) ineffective. Solve by rescuing with [] (so that older gettext behaves like the new one) and then adding Object if the list is indeed empty. | |||
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 ↵ | Yaohan Chen | |
1.8.0-1.10.0 | |||
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 | |
This ensures that locale files are found regardless of rubygems being loaded or not | |||
2007-08-26 | Output gettext textdomain information when setting the language, not when ↵ | Giuseppe Bilotta | |
loading the module | |||
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 | |
loaded and fallback is done - updated comments in load_gettext.rb - moved requires in relevant code sections | |||
2007-07-14 | added a warning message if retrieving gettext info fails | Yaohan Chen | |
added Nn_ dummy replacement | |||
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 | |
modified a few files to allow translated messages created gettext template file initialized gettext files for Japanese and Simplified Chinese |