This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

help me with indonesian-english/englis-indonesian tcl please

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
d
dondong
Voice
Posts: 6
Joined: Thu Jun 09, 2011 11:33 am

help me with indonesian-english/englis-indonesian tcl please

Post by dondong »

please need help :D,thanks before and sorry f trouble,
i need translator tcl, wich translating indonesian to english and english to indonesian.

below is the site translaitor >> http://kamus.net/ or http://translate.google.com/ either its good

thanks for helping us sir
User avatar
speechles
Revered One
Posts: 1398
Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)

Re: help me with indonesian-english/englis-indonesian tcl pl

Post by speechles »

<speechles> !tr @id hello indonesians how is the weather?
<sp33chy> Google: (auto->id) English to Indonesian translation
<sp33chy> halo Indonesia bagaimana cuaca?

<speechles> !tr halo Indonesia bagaimana cuaca?
<sp33chy> Google: (auto->en) Spanish to English translatio
<sp33chy> Indonesia bagaimana halo quack?

<speechles> !tr id@ halo Indonesia bagaimana cuaca?
<sp33chy> Google: (id->en) Indonesian to English translation
<sp33chy> Indonesia hello how the weather?
On auto (a !tr request with no source), it sometimes makes mistakes. Notice when using "auto" it wrongly guesses the source as Spanish? This supports every single language pair google translate offers as well as knowing which aren't available... yet.

Code: Select all

    # set your default translation language here, this is what will be assumed
    # if the user omits the 'translate to' portion of their input.
    # en, es, it, nl, de, etc.. these are merely some examples, there are more available.
    # ------
    variable trans "en"
Change that above to "id" and it translates to Indonesian by default when no destination language to translate to is given.

This "feature" is found within this script. It fully supports Indonesian in several sites (Of course most are google related), and supports literally any language you can imagine in requests, if your eggdrop is patched for utf-8 support.
d
dondong
Voice
Posts: 6
Joined: Thu Jun 09, 2011 11:33 am

Post by dondong »

thanks sir :D
pretty much help,let me try now,ill be back here for result soon...
d
dondong
Voice
Posts: 6
Joined: Thu Jun 09, 2011 11:33 am

Post by dondong »

i aplied the incith-google-v2.00b.tcl. and setted my channel using it,
i typed the command such ass,!tr,!google, bot no repply at all and no result in channel...

is there somethng wrong with me,or its require another tcl..
sorry f trouble.
Post Reply