You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Normal ngx-translate project
Configure i18n Ally to use ngx-translate
Add a translation using {{'label.hello' | translate}} to prove the normal configuration is working
Add a regex for the custom pipe (I tried using this issue as a reference transloco)
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: