A translate module for Kurea
To install from npm, run this command in the directory where you installed Kurea:
npm install kurea-contrib-translate
To install from Kurea at runtime, give Kurea this command:
!package install kellyirc/kurea-contrib-translate
!translate [to] [from] [msg]
: Translates msg
from language from
to language to
. Specify to and from languages with their two letter language codes.