anupam409 / google-api-translate-java

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

languages missing in "Language.validLanguages" #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. System.out.println(Language.validLanguages);
2.
3.

What is the expected output? What do you see instead?
[ar, zh, zh-CN, zh-TW, en, fr, de, it, ja, ko, pt, ru, es]
When we see all languages we can use, it shows us 15 languages, but when we
run "Language.validLanguages" it only appears 13 languages (above).

What version of the product are you using? On what operating system?
0.30.
Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by albertoivo on 24 Apr 2008 at 3:52

GoogleCodeExporter commented 9 years ago
Thanks for the bug report. Updated fix in 0.31 to include Dutch and Greek in
validLanguage list.

Original comment by rich.mid...@gmail.com on 24 Apr 2008 at 7:13