Split up info text for renaming discussions

Refs flarum/core#428.
This commit is contained in:
Franz Liedke 2016-03-30 20:43:34 +09:00
parent f6f73da22a
commit 54357f916d

View File

@ -284,7 +284,9 @@ core:
# These translations are displayed between posts in the post stream.
post_stream:
discussion_renamed_text: "{username} changed the title from {old} to {new}."
discussion_renamed_text: "{username} changed the title"
discussion_renamed_text_old: "from {old}"
discussion_renamed_text_new: "to {new}"
load_more_button: => core.ref.load_more
reply_placeholder: => core.ref.write_a_reply
time_lapsed_text: "{period} later"