mirror of
https://github.com/flarum/framework.git
synced 2025-02-24 07:58:40 +08:00
Merge pull request #23 from dcsjapan/reuse-sticky
Clean up reused "sticky" string
This commit is contained in:
commit
86b8875050
@ -16,14 +16,21 @@ flarum-sticky:
|
|||||||
|
|
||||||
# These strings are displayed as tooltips for discussion badges.
|
# These strings are displayed as tooltips for discussion badges.
|
||||||
badge:
|
badge:
|
||||||
sticky_tooltip: Sticky
|
sticky_tooltip: => flarum-sticky.ref.sticky
|
||||||
|
|
||||||
# These strings are used by the discussion control buttons.
|
# These strings are used by the discussion control buttons.
|
||||||
discussion_controls:
|
discussion_controls:
|
||||||
sticky_button: Sticky
|
sticky_button: => flarum-sticky.ref.sticky
|
||||||
unsticky_button: Unsticky
|
unsticky_button: Unsticky
|
||||||
|
|
||||||
# These strings are displayed between posts in the post stream.
|
# These strings are displayed between posts in the post stream.
|
||||||
post_stream:
|
post_stream:
|
||||||
discussion_stickied_text: "{username} stickied the discussion."
|
discussion_stickied_text: "{username} stickied the discussion."
|
||||||
discussion_unstickied_text: "{username} unstickied the discussion."
|
discussion_unstickied_text: "{username} unstickied the discussion."
|
||||||
|
|
||||||
|
##
|
||||||
|
# REUSED STRINGS - The following keys are referenced by two or more unique keys.
|
||||||
|
##
|
||||||
|
|
||||||
|
ref:
|
||||||
|
sticky: Sticky
|
||||||
|
Loading…
x
Reference in New Issue
Block a user