mirror of
https://github.com/flarum/framework.git
synced 2025-03-15 00:05:12 +08:00
Inform the user that their edit has been made (#163)
This commit is contained in:
parent
880dff0e37
commit
3937a95392
@ -228,8 +228,10 @@ core:
|
||||
# These translations are used by the composer when editing a post.
|
||||
composer_edit:
|
||||
discard_confirmation: "You have not saved your changes. Do you wish to discard them?"
|
||||
edited_message: Your edit was made.
|
||||
post_link: "Post #{number} in {discussion}"
|
||||
submit_button: => core.ref.save_changes
|
||||
view_button: => core.ref.view
|
||||
|
||||
# These translations are used by the composer when replying to a discussion.
|
||||
composer_reply:
|
||||
@ -237,7 +239,7 @@ core:
|
||||
discard_confirmation: "You have not posted your reply. Do you wish to discard it?"
|
||||
posted_message: Your reply was posted.
|
||||
submit_button: Post Reply
|
||||
view_button: View
|
||||
view_button: => core.ref.view
|
||||
|
||||
# These translations are used by the discussion control buttons.
|
||||
discussion_controls:
|
||||
@ -604,6 +606,7 @@ core:
|
||||
start_a_discussion: Start a Discussion
|
||||
username: Username
|
||||
users: Users # Referenced by flarum-statistics.yml
|
||||
view: View
|
||||
write_a_reply: Write a Reply...
|
||||
you: You # Referenced by flarum-likes.yml, flarum-mentions.yml
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user