-
Notifications
You must be signed in to change notification settings - Fork 21
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
Can't extract from angular template component input attributes #31
Comments
The fact that Unfortunately extracting such messages is not supported at the moment. The good news is that the next major release will include full support for angular templates out of the box. This includes your example. I will update this issue as soon as the release is out. |
Hey @lukasgeiter, slight and polite ping! 🙈 Greets! 🙂 |
@jotoeri Thanks for your interest! I'm sorry that the rewrite is taking longer than expected. For a quite a while I was not able to work on the project at all. |
Hi @lukasgeiter , any news on updates about this new release to support angular template ? |
Hi @sorinfratila! Sorry, I don't have any news at this time. I'm currently unable to spend time on the project and don't want to make any promises. I'll let you know once that changes. Thanks for understanding. |
I have the following angular template:
The 'Import' string is successfully extracted using your lib, but the 'Click to Import' text is ignored. I assume this happens because the latter is not enclosed in double curly braces. Is there a way we could make this work?
Thanks in advance.
This is my core extractor code:
The text was updated successfully, but these errors were encountered: