Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

How translate this?

edited January 2011 in Vanilla 2.0 - 2.8
How can i translate the phrase "Don't have an account? Create One." In the popup login?

Comments

  • Add this line:

    $Definition['Don't have an account? Create One.'] = 'YourTranslation';

    As far as I know, you can do this for every string you find - plugins' text included!

    Cheers,
    Fabrizio
  • does not work, I already tried that.
  • SS ✭✭

    $Definition['Don\'t have an account? %s'] = 'Don\'t have an account? %s';
    $Definition['Create One.'] = 'Create One.';
Sign In or Register to comment.