all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: google-translate
Date: Wed, 16 Sep 2015 15:22:09 +0300	[thread overview]
Message-ID: <87eghyv9ji.fsf@gmail.com> (raw)
In-Reply-To: <87twqvoyo7.fsf_-_@debian.uxu> (Emanuel Berg's message of "Wed, 16 Sep 2015 05:01:12 +0200")

Emanuel Berg (2015-09-16 06:01 +0300) wrote:

> Andrey Tykhonov <atykhonov@gmail.com> writes:
>
>> Thank you for the bug report! I'll fix it as soon
>> as possible!
>
> Here are two other bugs:
>
> (google-translate-translate "Swedish" "English" "bok")   ; "book" - correct, but:
> (google-translate-translate "Swedish" "Danish"  "stuga") ; "cottage" - not Danish!
> (google-translate-translate "Swedish" "German"  "stuga") ; (same)
> ;; etc.
>
> ;; also wierd caption: "Translate from nil to nil:" (all cases)

Because you are doing it wrong.  It should be:

(google-translate-translate "sv" "en" "bok")
(google-translate-translate "sv" "da" "stuga")
(google-translate-translate "sv" "de" "stuga")

-- 
Alex



  reply	other threads:[~2015-09-16 12:22 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-08  8:29 Is it possible to transform text before feeding it to ispell? Marcin Borkowski
2015-09-08 10:19 ` Alexis
2015-09-08 11:45   ` Tassilo Horn
2015-09-08 22:40   ` google-translate (was: Re: Is it possible to transform text before feeding it to ispell?) Emanuel Berg
2015-09-09  7:18     ` Andrey Tykhonov
2015-09-10  0:51       ` Emanuel Berg
2015-09-16  3:01       ` google-translate Emanuel Berg
2015-09-16 12:22         ` Alex Kost [this message]
2015-09-16 23:29           ` google-translate Emanuel Berg
2015-09-17 22:32           ` google-translate Emanuel Berg
2015-09-19  0:09             ` google-translate Emanuel Berg
2015-09-19  4:17               ` google-translate Ian Zimmerman
2015-09-19 15:03                 ` google-translate Emanuel Berg
2015-09-19 15:25                 ` google-translate Emanuel Berg
2015-09-08 13:06 ` Is it possible to transform text before feeding it to ispell? Michael Heerdegen
2015-09-08 15:24   ` Marcin Borkowski
2015-09-08 17:39     ` Eli Zaretskii
2015-09-08 15:54 ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87eghyv9ji.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.