Timofei Iatsenko
Timofei Iatsenko
Regarding cli plugins, the current implementation indeed uses a typescript type checker to determine types. And this is a problem even without SWC context. On our project after some point...
@kamilmysliwiec i can rewrite GraphQL plugin to SWC. Please DM me if you're interested in that. Also, this phrase in the docs: > If you use TypeORM/MikroORM or any other...
For those who came here trying to make work emotion-js + vite (which using ESM by default) here is solution: ```ts import react from '@vitejs/plugin-react'; import { UserConfig } from...
@MatteoWebDeveloper could you also share translation files used in the example?
Ok, got this. This is not an issue, it's just the way how it works. 1. `{i18n._("Hello UK 🇬🇧 Vite + React + LinguiJS!")}` Is non-macro call. To be picked...
Yes, i misunderstood the problem. I tried it in one more time just added: `Hello UK 🇬🇧 Vite + React + LinguiJS!` than extracted, translated and run app. And I...
Or it was fixed in latest main...
duplicate https://github.com/lingui/js-lingui/issues/1224
There no such feature out of the box, in our code we use two different lists to accomplish that (language switcher). And the list in the runtime consist much more...
IMO, I think the value not worth the effort. Injecting config to the runtime brings a lot of problems and questions (consider different setup with different bundlers and etc etc)....