mirror of
https://github.com/flarum/core.git
synced 2025-08-09 18:07:02 +02:00
Revise "reused strings" commenting to match core
- Fixes commenting on two files where I accidentally used an old version.
This commit is contained in:
@@ -42,9 +42,10 @@ flarum-flags:
|
|||||||
flag_button: Flag
|
flag_button: Flag
|
||||||
|
|
||||||
##
|
##
|
||||||
# REUSED STRINGS - The following keys are referenced by two or more unique keys.
|
# REUSED STRINGS - These keys should not be used directly in code!
|
||||||
##
|
##
|
||||||
|
|
||||||
|
# Strings in this namespace are referenced by two or more unique keys.
|
||||||
ref:
|
ref:
|
||||||
flag_post: Flag Post
|
flag_post: Flag Post
|
||||||
flagged_posts: Flagged Posts
|
flagged_posts: Flagged Posts
|
||||||
|
@@ -29,8 +29,9 @@ flarum-sticky:
|
|||||||
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.
|
# REUSED STRINGS - These keys should not be used directly in code!
|
||||||
##
|
##
|
||||||
|
|
||||||
|
# Strings in this namespace are referenced by two or more unique keys.
|
||||||
ref:
|
ref:
|
||||||
sticky: Sticky
|
sticky: Sticky
|
||||||
|
Reference in New Issue
Block a user