Rob
Rob
Got the same issue, and I'm not really sure how to pass in the language to the HBS helper. Tried: - `{{t 'HELLO' lang='en'}}` - `{{t 'HELLO' i18nLang='en'}}` - `{{t...
Fixed it. Forgot prefixing the translation key with the filename. `{{t 'x.HELLO' }}`
I would love to see this aswel. Currently missing the possibility to intercept requests which comes in handy for a lot of features. And as @camerlab mentioned, keep up the...
@jonathan-casarrubias Hey, great news! Any reason why there is no official release yet? Currently I'd have to sit on the master branch or a specific commit hash.. Cheers, Rob
I'm also running into the same issue. Would love to see this PR merged!
I've fixed it for now by changing the `output` path to something other than the `@prisma/client` folder. e.g.: `@prisma-clients/clientA`