Muris Ceman

Results 99 comments of Muris Ceman

@brad-sullivan It seems possible with `window`. See here: https://playcode.io/2270820

> will the fix be merged anytime soon ? the paste context menu is starting to show up on the main website now, not just the admin panel Waiting for...

> [@murisceman](https://github.com/murisceman) I've been away from this for a while so just confirming.. are you waiting on me here? > > Edit: ah.. that's embarrassing. I merged your changes into...

I'll see about adding this in `v4`.

Hey @horvbalint, it's currently in a private `v4` repo. I'll publish it in January or February next year.

Hey, which Pruvious and Nuxt version are you using?

Hmm, I cannot reproduce this. Can you try to replicate the error in [this repo](https://github.com/murisceman/issue-56)? That would help me a lot in identifying the issue. - https://github.com/murisceman/issue-56/blob/main/translatable-strings/default.en.ts - https://github.com/murisceman/issue-56/blob/main/layouts/default.vue

> Edit: I did notice the translations have a flash in the dev server, first showing up as the keys. Are they translated on the client? They should be translated...

If you'd like, you can invite me to your project repository or a fork so I can take a look by tomorrow.

Thanks for the invite! I was able to replicate the error on my end. It seems that the translation functions `_` and `__` cannot be used in slots. 😕 If...