vikassharma27 / google-api-translate-java

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

There is no enough constants in Language enum #63

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
  Google translate supports Belarusian language now, but there is no
constant for Belarusian in Language.java.

  Could you add 'BELARUSIAN("be")' constant, or, may be better to add new
method into Translate.java, like "execute(String text, String from, String
to)" ?

Original issue reported on code.google.com by alex73mail on 25 Aug 2009 at 12:48

GoogleCodeExporter commented 8 years ago

Original comment by rich.mid...@gmail.com on 25 Aug 2009 at 2:26

GoogleCodeExporter commented 8 years ago
The nine new languages are:

Afrikaans (af)
Belarusian (be) 
Icelandic (is) 
Irish (ga) 
Macedonian (mk) 
Malay (ms) 
Swahili (sw) 
Welsh (ci) 
Yiddish (yi) 

http://googleblog.blogspot.com/2009/08/google-translate-now-speaks-51.html

Original comment by jimdougl...@gmail.com on 3 Sep 2009 at 2:25

GoogleCodeExporter commented 8 years ago
Argh, typo:

Welsh (cy)

Original comment by jimdougl...@gmail.com on 4 Sep 2009 at 7:23

GoogleCodeExporter commented 8 years ago
Fix in SVN. Will be available in the next release.

Thanks for the bug report and detail both.

Original comment by rich.mid...@gmail.com on 11 Sep 2009 at 9:48