Daniel Sousa
Daniel Sousa
Anyway to make the destructuring?
> This is the default logger, It's possible to fix (as a workaround) providing a custom [`logger`](https://github.com/vinissimus/next-translate/tree/1.2.0#3-configuration). However, it will be good to resolve it. OK, but is possible tell...
> Yes, you can use the `defaultTrans` prop https://github.com/vinissimus/next-translate#trans-component Thanks and if I use the defaultTrans the warning disappear?
Another thing is possible set the default namespace to the `
This code need to works right? Because I create a multiple files, one of the is `experience.json` and some data are translated, but other ones not
 For example for this data I have on `experience.json`: Note: I have the data separated by tabs
> It should work yes Unfortunately not, in case I put on `experience.json` this: ```json "API Restful Javascript com Node.js, Typescript, TypeORM etc": "API Restful Javascript with Node.js, Typescript, TypeORM...
> I guess that If they are in Portuguese it's because the key does not exist in the namespace and so it shows the value of the default key (which...
> ```js > t('experience:API Restful Javascript com Node.js, Typescript, TypeORM etc') > ``` I try this and appears like a string :(
``` [next-translate] "experience:API Restful Javascript com Node.js, Typescript, TypeORM etc" is missing in current namespace configuration. Try adding "API Restful Javascript com Node.js, Typescript, TypeORM etc" to the namespace "experience"....