Hey All,
I have a bit of a problem here, for some reason if I add this:
$Definition["Don't have an account?"] = "Pole veel kontot?";
And this obviously gives me syntax error: $Definition['Don't have an account?'] = 'Pole veel kontot?';
It's not changing the translation, any help ? :-)
Cheers, Ivar
Answers
I don't think the folder location matters, because other definitions work. (please correct me If I am wrong)
But the file is located in applications ->vanilla->locale
If I use ' instead of " for Don't have an account? it gives me syntax error...
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •Thanks ;) I'll try it out :)
- Spam
- Abuse
- Troll
1 • Off Topic Insightful 1Awesome LOL •Thanks. :-)
Ill leave this for others who might have trouble with translating stuff :)
$Definition['Don\'t have an account? %s'] = 'Your Translation! %s';
- Spam
- Abuse
- Troll
2 • Off Topic Insightful 2Awesome LOL •