Replies: 2 comments
-
Hello—Thanks for posting this! Off the top of my head, I think it could be an issue with esbuild needing a bit of additional work to recognize the Are you able to share your repository? It's difficult to say anything definitive without seeing how you've set up the JavaScript side of things. |
Beta Was this translation helpful? Give feedback.
0 replies
-
(I'm going to convert this to a discussion since it doesn't sound like an issue with _tw itself.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How I can use @wordpress/i18n package to make the theme strings used on javascript part ready for traslation and use wp-i18n command tool to generate .pot update .po and make .mo and .json files for that.
I alreadey have setup my project and the wp-i18n commands will work with the bundled file that generated by wp-scripts, but when I use ESbuild to bundle js files, the wp-i18n commands not detect any string to translate.
Beta Was this translation helpful? Give feedback.
All reactions