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 )
So… Yea it pretty much it
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개의 좋아요
Benjamin_D
(Benjamin Decotte)
6월 12, 2020, 10:33오전
5
Found!
@discobot start advanced tutorial
The other commands are here:
# WARNING: Never edit this file.
# It will be overwritten when translations are pulled from Crowdin.
#
# To work with us on translations, join this project:
# https://translate.discourse.org/
fr:
site_settings:
discourse_narrative_bot_enabled: "Activer l'assistant Discourse (discobot)"
disable_discourse_narrative_bot_welcome_post: "Désactiver le message de bienvenue de l'assistant Discourse"
discourse_narrative_bot_ignored_usernames: "Noms d'utilisateurs que l'assistant Discourse doit ignorer"
discourse_narrative_bot_disable_public_replies: "Désactiver les réponses publiques de l'assistant Discourse"
discourse_narrative_bot_welcome_post_type: "Type de message de bienvenue envoyé par l'assistant Discourse"
discourse_narrative_bot_welcome_post_delay: "Attendre (n) seconde(s) avant d'envoyer le message de bienvenue de l'assistant Discourse"
discourse_narrative_bot_skip_tutorials: "Tutoriels de l'assistant Discourse à ignorer"
badges:
certified:
name: Certifié
description: "A terminé le tutoriel des nouveaux utilisateurs"
long_description: |
This file has been truncated. show original
1개의 좋아요
discobot
(discobot)
6월 12, 2020, 10:33오전
6
Hi! To find out what I can do, say @discobot display help.
Benjamin_D
(Benjamin Decotte)
6월 12, 2020, 10:38오전
7
discobot:
@discobot display help.
In French:
@discobot display help
1개의 좋아요
Benjamin_D
(Benjamin Decotte)
6월 12, 2020, 10:40오전
8
That said, in French, @discobot afficher l'aide suggests calling @discobot, and @discobot alone doesn’t trigger anything
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개의 좋아요
neil
(Neil Lalonde)
6월 15, 2020, 2:52오후
9
Yes looks like a bad translation. It needs to be fixed in Transifex (soon CrowdIn) though. Relevant discussion:
Lots of fixes and changes were included in the last 2 or 3 beta versions. Let me know if you find an issue or a change that you disagree with.
This is the main challenge. I would say the best is to stick with the glossary and existing translations, even if we don’t fully agree with them. Just like developers should follow the coding style of the project they just joined.
However, Transifex is not helping here: its “Suggestions” tab is showing old or deleted translations that are no longer rel…
4개의 좋아요
Thanks @Benjamin_D , I just fixed the translation on transifex
3개의 좋아요
Benjamin_D
(Benjamin Decotte)
6월 25, 2020, 2:49오전
11
I found a new one
@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
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개의 좋아요