Translating: found problem with apostrophe...

edited December 2010 in Vanilla 2.0 - 2.8
I'm translating Vanilla into Spanish.

Look at this line:

$Definition['Don't have an account?'] = '¿No tienes una cuenta?';

The apostrophe in "don't" makes the whole line unusable.

How do I go around this?

Thanks!

Ps. I don't like this translation method, but I'm making friends with it :)

Comments

  • TimTim Vanilla Staff
    $Definition["Don't have an account?"] = '¿No tienes una cuenta?';

    use double quotes when the actual string contains a single quote.

    Vanilla Forums COO [GitHub, Twitter, About.me]

Sign In or Register to comment.