mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
Merge pull request #26 from dcsjapan/fix-comments
Revise "reused strings" commenting to match core
This commit is contained in:
commit
9a3da76444
|
@ -42,9 +42,10 @@ flarum-flags:
|
|||
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:
|
||||
flag_post: Flag Post
|
||||
flagged_posts: Flagged Posts
|
||||
|
|
|
@ -29,8 +29,9 @@ flarum-sticky:
|
|||
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:
|
||||
sticky: Sticky
|
||||
|
|
Loading…
Reference in New Issue
Block a user