Wes
Wes
I used https://github.com/lokalise/i18n-ally/issues/307 as a guide and have created this feature for next-translate. I don't know TS and have never worked on a VSCode extension before so not sure if...
Thanks for this. Could you do the same for the JS resource in the example folder?
Makes sense. Could you apply your change to the JS in the example and the .min too please?
Thanks. If you've corrected the code in your repo please could you issue a pull request, that way the fix will be attributed to you too :+1:
It's been ages since I worked on this code but a quick scan indicates that the controller isn't used! If you remove the controller attribute entirely I suspect it'll work...
Hard to say without seeing the page in operation but if you use the Chrome Console you'll probably see a few errors there. Here's how you open it: https://developer.chrome.com/devtools/docs/console You...
I'll accept a pull request that gives an option to ignores/respects whitespace left by collapsed nodes :) For now here's the version that will collapse into whitespace left by collapsed...
I attempted to work around this by using the regex "or" but it doesn't work for some reason. Any idea why? e.g. `scopeRangeRegex: "(use|get)ScopedI18n\\(\\s*\\[?\\s*['\"`](.*?)['\"`]"`