đŸ‡«đŸ‡· Problema de tradução do Discobot para francĂȘs

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 curtidas

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

1 curtida

:tada: Found!
@discobot start advanced tutorial

The other commands are here:

1 curtida

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

In French:
@discobot display help

1 curtida

That said, in French, @discobot afficher l'aide suggests calling @discobot, and @discobot alone doesn’t trigger anything :thinking:

Hi @neil, I think line 123 of discourse/plugins/discourse-narrative-bot/config/locales/server.fr.yml at main · discourse/discourse · GitHub,
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 curtidas

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

4 curtidas

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

3 curtidas

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 curtidas

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 ’)

4 curtidas