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
/
language.rb
Age
Commit message (
Expand
)
Author
2007-11-22
language.rb: add '.UTF-8' to Lang2Locale values to make gettext use UTF-8 on ...
Yaohan Chen
2007-09-12
namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*
Giuseppe Bilotta
2007-08-29
Flatten out Language module and class
Giuseppe Bilotta
2007-08-27
Language.from_locale now checks if the corresponding .lang file exist before ...
Giuseppe Bilotta
2007-08-26
Only use locale functions when GetText was loaded
Giuseppe Bilotta
2007-08-26
Use rbot's own warning() command instead of Ruby built-in warn()
Giuseppe Bilotta
2007-08-26
Output gettext textdomain information when setting the language, not when loa...
Giuseppe Bilotta
2007-08-26
Sanitize language string by downcasing, and use the sanitized string both for...
Giuseppe Bilotta
2007-08-26
Cleaner gettext debug information reporting
Giuseppe Bilotta
2007-08-25
Try to guess the default language from the locale guessed from GeText
Giuseppe Bilotta
2007-08-25
gettext support: initial works for language -> locale mappings
Giuseppe Bilotta
2006-10-15
Allow plugins to do things when the language is changed. Will be used e.g. by...
Giuseppe Bilotta
2005-08-03
Wed Aug 03 15:25:07 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
Tom Gilbert
2005-07-31
Sun Jul 31 02:20:08 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
Tom Gilbert
2005-07-30
Sat Jul 30 22:33:36 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
Tom Gilbert
2005-07-30
Sat Jul 30 01:19:32 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
Tom Gilbert
2005-07-27
more work on packaging, use Irc::Config module for storing configuration set
Tom Gilbert
2005-07-27
rework various modules to use the installed directories
Tom Gilbert
2005-07-27
move rbot into lib - still rearranging for packaging/installation
Tom Gilbert