-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with translate #40
Comments
Have you installed |
@christophe-g It is working. Thank you so much! I didn't saw that thread with lit-translate@next |
@e1imba - happy it is working for you @runem, @andreasbm - any chance to publish @next as @v2 so that this type of situation is avoided for new users ? |
Sorry for not responding before now. @christophe-g I've published I've also updated the playground to support v2. Let me know if you should have any problems and I'll reopen this issue. |
Great, thanks ! |
Hello,
I am trying to use lit-translate for my application but it is not working. I saw similar issues ( #6 , #31 ) but I did not manage to solve my problem.
I am always getting :
(part) => { partCache.set(part, cb); updatePart(part, cb); }
Result of my
npm ls lit-html
is:And this is my code:
And en.json is pretty simple:
Also, when I try to open codepen project from description, it is showing me same error.
The text was updated successfully, but these errors were encountered: