2
0
Fork 0
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:
Gerhard Schlager 2018-11-07 17:59:42 +01:00
parent 5c845c5877
commit 24e5be3f0c
32 changed files with 217 additions and 116 deletions

View file

@ -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}",
))