Pavel Kuzmin
Pavel Kuzmin
Looks good, a separate function should slightly simplify code maintenance.
dev tools and write tests
https://github.com/s00d/nuxt-i18n-micro/tree/main/client https://s00d.github.io/nuxt-i18n-micro/guide/devtools If you are adding support for a new format, it also requires integration with my module for the dev tool.
Press the three dots at the bottom.
> Okay got it. But this isn't showing any of the translations in the JSON editor (without my changes):  > > en.json is also empty, on latest version. That’s...
I'm not sure I'll work on this; it will take too much time. You can try doing it yourself.
> I like to implement this feature I watched your repository and I like it and I want to this feature on it Hello, at the moment, I don’t see...
> ## ❓ Question > Does the method `te tm` exist in vue-i18n? > > eg: [te](https://vue-i18n.intlify.dev/api/composition#te-key-locale) [tm](https://vue-i18n.intlify.dev/api/composition#tm-key) Hi, if I understand correctly, tm just returns the raw value? I...
> Hi, Examples of using tm. > > **You need to use rt for the locale message returned by tm** > > ``` > > > {{ rt(content.title) }} >...
Hi, I’d also like to have this kind of functionality, but implementing it would require a huge amount of work. I maintain the whole project alone, and it’s just not...