Hi
We plan to use jForum on a production and use moderation (waiting moderation). There is a bug caused by the french property file (fr_FR.properties). I don't know why but I know what is causing the bug. When you submit a post, the message is generated with this key PostShow.waitingModeration. The value in french is :
PostShow.waitingModeration=
Ceci est un forum mod̩r̩.
Votre message est dans la queue en attente d'un mod̩rateur, soyez patient.
Cliquez ici pour continuer.
Because of this caracter ' (in the sentence d
'un mod̩rateur)the link generated is not good.
(
http://localhost:8080/jforum/posts/waitingModeration/2/{0})
When I remove the ' everthing works fine.
Do we have to double this caracter or escape it (\') if we want to use it ?
I also that there are some keys that are missing in this file. Is there a tool available to synchronize this file with the en_US version...
Thanks
Martin
[originally posted on jforum.net by Martin]