Closed
Description
Hi,
there are something about 300 strings that are never going to be translated at runtime by magento. Look at the following example:
The quotation mark has to be backslashed to have fully qualified php syntax
<?php echo $this->__('What\'s this?')
And the csv-file looks like:
"What\'s this?","What\'s this?"
the string is going to be converted to "What's this?" by php.. Magento searches for the string without the backslash.. it will never find one
Metadata
Metadata
Assignees
Labels
No labels
Activity