Skip to content

Commit 4ee6c84

Browse files
author
Mathijs Corten
committed
Translation fix
1 parent a25dc9d commit 4ee6c84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Google/Service/Translate.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,8 @@ public function setTranslations($translations)
338338
}
339339
public function getTranslations()
340340
{
341-
return $this->translations;
341+
//return $this->translations;
342+
return $this->modelData['data']['translations'];
342343
}
343344
}
344345

0 commit comments

Comments
 (0)