Kirby commented on a Page, Google Translator - Auto Text-Translator v3  -  May 03, 2009

Edit: I think I fixed the problem:

    gwrite languages.txt Detect language %x | gwrite abbreviations.txt auto %y

The space in between Detect and language was actually a $chr(160) space - I think the Hawkee site "misinterpreted" the $chr(160) space as a regular $chr(32) space.
I've changed it to:

    gwrite languages.txt $+(Detect,$chr(160),language) %x | gwrite abbreviations.txt auto %y

, so now there should be the same number of items (lines) in each text file.

I've also tested this on mIRC Version 6.35, and it seems to work for me. Using the latest version will give you the best results. =/

@Scakk

  • Invalid format: $+ (line 168, WaiterJohn)
    I had a double $+; (I had a $+ inside of a $+).
    I've changed it so that it's only one $+. That problem should be fixed.
    But I don't know why you can't make another directory.
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.