1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 14:10:37 +02:00

Update event post API

- Use more appropriate component class name
- Allow username to be moved in translation
This commit is contained in:
Toby Zerner
2015-07-20 18:12:08 +09:30
parent 3a955187ce
commit ebf7c78969
4 changed files with 41 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ core:
delete_forever: Delete Forever
deleted: "[deleted]"
disclose_online: Allow others to see when I am online
discussion_renamed: "changed the title from {old} to {new}"
discussion_renamed_post: "{username} changed the title from {old} to {new}."
discussion_renamed_notification: "{username} changed the title"
discussion_replied: "{username} replied {ago}"
discussion_started: "{username} started {ago}"