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.
Question regarding modifying code
Hey,
I have a small problem with my forum because of translations. On english this is correct:
*username* changed YOUR permissions.
*username* Commented on YOUR discussion.
BUT, in norwegian it should be:
*username* endret DINE rettigheter.
*username* kommenterte på DIN diskusjon.
Like the code is set up now, I can only choose to have either both display DIN or DINE, meaning one of them will always be grammatical wrong.
Any ideas?
I tried to do a simple trick to see if it would work if I set one as plural, but it didnt work:
$Definition['your'] = 'din';
$Definition['your plural'] = 'dine';
Any help is greatly appreciated
I have a small problem with my forum because of translations. On english this is correct:
*username* changed YOUR permissions.
*username* Commented on YOUR discussion.
BUT, in norwegian it should be:
*username* endret DINE rettigheter.
*username* kommenterte på DIN diskusjon.
Like the code is set up now, I can only choose to have either both display DIN or DINE, meaning one of them will always be grammatical wrong.
Any ideas?
I tried to do a simple trick to see if it would work if I set one as plural, but it didnt work:
$Definition['your'] = 'din';
$Definition['your plural'] = 'dine';
Any help is greatly appreciated
0
Answers
It seems to me that the problem similar to this.