Skip to content

Translation escaping #235

Closed
Closed
@Detzler

Description

@Detzler

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions