I created a piece of text in a Magento template, and the built-in translation tool is turned on and works fine, but when I visit a page using my custom text, it seems to ignore that it is being translated (without the book icon and the dashed red frame).
So here is what I have (approximately):
<div class="foo"> <?php echo $this->__('My custom Text'); ?> </div>
Which does great, and if I edit the corresponding CSV file, it will change accordingly.
Is there a way to “add” this to a translation tool vector?
Thanks in advance!
source share