]> git.mjollnir.org Git - moodle.git/commit
translation: MDL-18766 Prototype automatic translation system for Moodle.
authortjhunt <tjhunt>
Wed, 1 Apr 2009 00:39:17 +0000 (00:39 +0000)
committertjhunt <tjhunt>
Wed, 1 Apr 2009 00:39:17 +0000 (00:39 +0000)
commitb4cf937102ba3117255c1920c4d364274b39d481
treebe31d8ec4043f2d276b8a7a04c9ff12615102ee9
parentc1b8a9943038e98dcd9e388f07be34cbf2d308d8
translation: MDL-18766 Prototype automatic translation system for Moodle.

If Google can do something like http://translate.google.com/, surely we
can do something just as good in Moodle. Here is a first attempt. It is
a bit rough around the edges, and only a couple of target lananguages
have been implemented so far. (More and better attempts welcome!)

In order to ensure that this gets adequate testing, I have made sure that
it gets turn on by default. However, if you really don't like it, you can
turn it off under Administration > Development -> Experimental settings.
admin/index.php
admin/settings/development.php
lang/en_utf8/autotranslate.php [new file with mode: 0644]
lib/autotranslatelib.php [new file with mode: 0644]
lib/moodlelib.php
lib/setup.php
lib/simpletest/testautotranslatelib.php [new file with mode: 0644]
lib/weblib.php