POEdit picks up the JS class names because they are in the _() function in the minified version. Any way to exclude this? #594
-
Hi I hope this is the right place to ask this. I have a custom made multilingual website and I'm using Splide now to create a slideshow. I use POEdit to edit my translation files. I now noticed that I am getting 3 new strings to be translated: Is this intentional? Is there any way I can exclude these? When I use Hope that is clear. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
That's because the minifier optimized the function name to |
Beta Was this translation helpful? Give feedback.
That's because the minifier optimized the function name to
_()
.Use the non-minified version and minify it by yourself, or exclude the path by POEdit (I don't know if it supports that or not).