jalbouys / google-api-translate-java

Automatically exported from code.google.com/p/google-api-translate-java
0 stars 0 forks source link

Par of my code that i don't know where to place #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
this is the code use to tranlate from one language to another when the
combination is not soported.
for example, if I need to translate "from Spanish to Japanese"
this code will first try to do it directly, and when it gets an
exception,will first try to use na intermediate 
language (usually english which is the
most supported) and after trying with the intermediate language will try
with Japanese.

Original issue reported on code.google.com by jbc.develop on 30 Nov 2007 at 10:36

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks, that's an interesting idea, I'll look at implementing it when I get 
time.

Original comment by rich.mid...@gmail.com on 1 Dec 2007 at 11:37

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
The latest build now checks for supported language pairings and if unsupported 
will
attempt to use English as an intermediary language.

Thanks again for the feature suggestion.

Original comment by rich.mid...@gmail.com on 2 Dec 2007 at 2:01

GoogleCodeExporter commented 8 years ago
you're welcome

i don't care if you change my GPL3 for GPL2

but please add my name to the source code

i work in new enhacement

Original comment by jbc.develop on 2 Dec 2007 at 4:58