mirror of
https://github.com/discourse/discourse.git
synced 2025-09-08 12:06:51 +08:00
FIX: Relative links in translations should work with subfolder
This commit is contained in:
parent
5c845c5877
commit
24e5be3f0c
32 changed files with 217 additions and 116 deletions
|
@ -258,6 +258,7 @@ describe DiscourseNarrativeBot::TrackSelector do
|
|||
|
||||
expect(new_post.raw).to eq(I18n.t(
|
||||
'discourse_narrative_bot.track_selector.do_not_understand.second_response',
|
||||
base_path: Discourse.base_path,
|
||||
reset_trigger: "#{described_class.reset_trigger} #{DiscourseNarrativeBot::NewUserNarrative.reset_trigger}",
|
||||
))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue