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
With the following use of the gettext translate filter, combined with Angular's one-time binding feature (::), the strings are not being translated.
{{ ::item.description | translate }}
They are being extracted as I have the variable 'description' in the .js file wrapped with the gettext() function. I also checked the .POT, .po and .json to make sure all translations are there and they are.
I was wondering does gettext support one-time binding? I saw some old post on here saying it will in later releases but that was a post from 2014.
I have version 2.3.8
Thanks guys!
The text was updated successfully, but these errors were encountered:
Hi,
With the following use of the gettext translate filter, combined with Angular's one-time binding feature (::), the strings are not being translated.
{{ ::item.description | translate }}
They are being extracted as I have the variable 'description' in the .js file wrapped with the gettext() function. I also checked the .POT, .po and .json to make sure all translations are there and they are.
I was wondering does gettext support one-time binding? I saw some old post on here saying it will in later releases but that was a post from 2014.
I have version 2.3.8
Thanks guys!
The text was updated successfully, but these errors were encountered: