Age | Commit message (Collapse) | Author |
|
marked translatable strings for shiritori and dictclient plugins
added Japanese translation for shiritori
|
|
modified a few files to allow translated messages
created gettext template file
initialized gettext files for Japanese and Simplified Chinese
|
|
functionality may work as expected (or at all). If you are testing it, please report. Auth is known to be nonfunctional
|
|
is built as the 'next version'
|
|
* fix address_prefix, broken in 0.9.9, reported by ruskie.
|
|
|
|
* few more tweaks preparing to release 0.9.9
|
|
* Tweaked the debug() stuff a bit. Need to do this more cleanly really
* Added a fair bit of documentation for some of the new features
|
|
* Added french language file (TODO most of the plugins just talk english)
* The way the Enum configs were set up, it wasn't possible to add language
files to rbot at runtime (the directory was only scanned at startup). Now
you can set a values Proc, which is called to return a list of allowed
values whenever it's queried.
* Added Config module for determining where we were installed.
Unfortunately rubygems is a total whore in this regard, and I hope the
current hackery I have to do to support it becomes redundant in the
future.
|
|
* Added Rakefile, tweaked gemspec
|