Closed catrope closed 5 years ago
The code expected the data from the Google Translate API to look like: { source: 'en', target: 'nl' } but it actually looks like: { source: { language: 'en' }, target: { language: 'nl' } }
The code expected the data from the Google Translate API to look like: { source: 'en', target: 'nl' } but it actually looks like: { source: { language: 'en' }, target: { language: 'nl' } }