mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
Sort alphabetically the "user" key
This commit is contained in:
parent
8c743a8132
commit
ba34deb998
|
@ -11,10 +11,6 @@ flarum-mentions:
|
||||||
composer:
|
composer:
|
||||||
reply_to_post_text: "Reply to #{number}"
|
reply_to_post_text: "Reply to #{number}"
|
||||||
|
|
||||||
# These translations are used in the user profile page and profile popup.
|
|
||||||
user:
|
|
||||||
mentions_link: Mentions
|
|
||||||
|
|
||||||
# These translations are used by the Notifications dropdown, a.k.a. "the bell".
|
# These translations are used by the Notifications dropdown, a.k.a. "the bell".
|
||||||
notifications:
|
notifications:
|
||||||
others_text: => core.ref.some_others
|
others_text: => core.ref.some_others
|
||||||
|
@ -33,3 +29,7 @@ flarum-mentions:
|
||||||
settings:
|
settings:
|
||||||
notify_post_mentioned_label: Someone replies to one of my posts
|
notify_post_mentioned_label: Someone replies to one of my posts
|
||||||
notify_user_mentioned_label: Someone mentions me in a post
|
notify_user_mentioned_label: Someone mentions me in a post
|
||||||
|
|
||||||
|
# These translations are used in the user profile page and profile popup.
|
||||||
|
user:
|
||||||
|
mentions_link: Mentions
|
||||||
|
|
Loading…
Reference in New Issue
Block a user