I have an attribute, `<a content="{{expand ? 'a.' : 'b.'}}">` I want add a 'translate', then get a pot file contains "a" and "b". How can I do it?
I have an attribute,
<a content="{{expand ? 'a.' : 'b.'}}">I want add a 'translate', then get a pot file contains "a" and "b". How can I do it?