Skip to content
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

Custom ngx-translate configuration not working #1256

Open
jalu14 opened this issue Dec 24, 2024 · 0 comments
Open

Custom ngx-translate configuration not working #1256

jalu14 opened this issue Dec 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jalu14
Copy link

jalu14 commented Dec 24, 2024

Describe the bug
I am trying to use a custom pipe for the ngx-translation on Angular, everything goes smooth with the default pipe "translate" but I am using "myTranslate" and this will not work when following this issue transloco, also I tried looking at the docs and other issues.

I would like this part to be better explained so I can implement this very powerful extension

My goal is to detect any occurrence of 'label.*' in .html or .ts to trigger the i18n Ally, is that possible?

Extension Version
i18n Ally v2.13.1

Framework/i18n package you are using
ngx-translate

To Reproduce
Steps to reproduce the behavior:

  1. Normal ngx-translate project
  2. Configure i18n Ally to use ngx-translate
  3. Add a translation using {{'label.hello' | translate}} to prove the normal configuration is working
  4. Add a regex for the custom pipe (I tried using this issue as a reference transloco)
@jalu14 jalu14 added the bug Something isn't working label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant