๐Ÿ‡ซ๐Ÿ‡ท Discobot French translation problem

So, when i was ranked to member, i decided to modify my settings. Because iโ€™m french, i set the language the french. I decided to do the advanced tutorial but when i did @discobot in Private Message It was like that:


(Means Hi! To see what i can do, do @discobot)

But i already did it. So after 1 hour i decided to come back in english andโ€ฆ IT WORKED :
(Cโ€™ant Put more than more images :frowning_face: )

Soโ€ฆ Yea it pretty much it :discourse:
I hope it fixed,

d3vlopper

2 ืœื™ื™ืงื™ื

For the Advanced tutorial, you can type this @discobot start advanced tutorial.
I donโ€™t know how to translate that to French. Sorry.

ืœื™ื™ืง 1

:tada: trouvรฉ !
@discobot dรฉmarrer tutoriel avancรฉ

les autres commandes sont lร  :

https://github.com/discourse/discourse/blob/master/plugins/discourse-narrative-bot/config/locales/server.fr.yml

ืœื™ื™ืง 1

Hi! To find out what I can do, say @discobot display help.

En franรงais :
@discobot afficher l'aide

ืœื™ื™ืง 1

that said, in French, @discobot afficher l'aide suggests to call @discobot and @discobot alone doesnโ€™t trigger anything :thinking:

Hi @neil , I think line 123 of https://github.com/discourse/discourse/blob/master/plugins/discourse-narrative-bot/config/locales/server.fr.yml ,
Bonjour ! Pour voir ce que je peux faire, dites @%{discobot_username} .
should be
Bonjour ! Pour voir ce que je peux faire, dites @%{discobot_username} %{help_trigger}.

4 ืœื™ื™ืงื™ื

Yes looks like a bad translation. It needs to be fixed in Transifex (soon CrowdIn) though. Relevant discussion:

4 ืœื™ื™ืงื™ื

Thanks @Benjamin_D, I just fixed the translation on transifex :+1:

3 ืœื™ื™ืงื™ื

I found a new one :sweat_smile:
@discobot afficher l'aide doesnโ€™t trigger the help and then neither gives the tracks
it is probably because of the โ€™ ,
removing it from discourse_narrative_bot.track_selector.help_trigger solves it :slightly_smiling_face:

2 ืœื™ื™ืงื™ื

I fixed the code that was matching the content of the post with the triggers since there was a difference between the raw and cooked versions of the trigger (eg. the ' is cooked into โ€™)

https://github.com/discourse/discourse/commit/3c31884b7989ea1f6079f432b94c78a60dd4f831

4 ืœื™ื™ืงื™ื