Ne supprimez pas l'espace avant « ? » dans le titre

Hi,

Discourse seems to remove automaticaly space before “?” in post titles. But in French, the space is needed.
How not to have this auto-correct? Or better, follow the French rules if the forum is in French.

Thanks

1 « J'aime »

To keep the space before question marks, you need to disable the title remove extraneous space site setting.

7 « J'aime »

Great!
Is it possible to i18n this function?

ex:

"test<space><space><space>?" => "test?" (in "en")
"test<space><space><space>?" => "test<space>?" (in "fr")
1 « J'aime »

I think the only way to accomplish that would be to create a plugin for it. In the Discourse code, the title remove extraneous space and title prettify settings are applied to all locales.

4 « J'aime »

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.