roniest / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
0 stars 0 forks source link

Translate API v2 doesn't translate to Norwegian (no) #177

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. $gt->translate('en','fr',"Red"); // works fine
2. $gt->translate('en','no',"Red"); // doesn't work
3.

What is the expected output? What do you see instead?

Expected is a translation into Norwegian (Bokmål?)

What version of the product are you using? On what operating system?

PHH API

Please provide any additional information below.

Service works fine for years for several other languages, except for Norwegian. 
We're using the 'no' language code listed in your documentation.

Original issue reported on code.google.com by r...@cottontrends.nl on 2 Jun 2014 at 11:33