Open buenjybar opened 4 years ago
Will it be possible to update your TRANSLATE_ATTR_NAME variable?
TRANSLATE_ATTR_NAME
For example, I have a tooltip attribute ( or [tooltip] ) that is automatically translating the given key
tooltip
[tooltip]
How could I take advantage of your directive.parser.ts extractor logic and update this TRANSLATE_ATTR_NAME with this attribute name'tooltip'?
directive.parser.ts
'tooltip'
Or it could be nice to allow us to integrate new entrypoints for custom code in your module. :smile:
Also: great great great tool !!!
Will it be possible to update your
TRANSLATE_ATTR_NAME
variable?For example, I have a
tooltip
attribute ( or[tooltip]
) that is automatically translating the given keyHow could I take advantage of your
directive.parser.ts
extractor logic and update thisTRANSLATE_ATTR_NAME
with this attribute name'tooltip'
?Or it could be nice to allow us to integrate new entrypoints for custom code in your module. :smile:
Also: great great great tool !!!