Replies: 2 comments 2 replies
-
The Please see this PR (#1851) to read more about the |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is no purpose in compiling separately if you already setup a dynamic loading using Vite. Vite plugin is doing the same. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I just finished integrating Lingui in a Typescript React project.
I set up Vite and dynamic loading following the documentation, but I don't understand what is the purpose of the compiled typescript files (
lingui compile --typescript
) if I dynamically load.po
files like this:Thank tou
Beta Was this translation helpful? Give feedback.
All reactions