Luca Pelosi
Luca Pelosi
I'm using your library in straight way, very similar to the README but I receive a error trying to translate a simple text. Installed with `npm install @iamtraction/google-translate` this is...
Today I'm receiving errors using `"translatte": "^3.0.0"` This is how I use it ``` text = "translate me please"; from = "en"; to = "it"; const translatedObj = await translate(text,...
## **Description** Currently, during expectations, we can perform some field checks basis on logical operators (, ==, ...) between "actualValue" and "expectedValue". The values contained in "actualValue/expectedValue" fields are already...