mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 11:45:57 +08:00
Add namespacing for badges
- Adds a `lib.badge` namespace to match extension handling.
This commit is contained in:
parent
b2cfbf4450
commit
017bb43d69
@ -320,6 +320,10 @@ core:
|
||||
# Strings in this namespace are used by the forum and admin interfaces.
|
||||
lib:
|
||||
|
||||
# These strings are displayed as tooltips for discussion badges.
|
||||
badge:
|
||||
hidden_discussion_tooltip: Hidden
|
||||
|
||||
# This string is displayed in place of the username of deleted user account.
|
||||
deleted_user_text: "[deleted]"
|
||||
|
||||
@ -329,9 +333,6 @@ core:
|
||||
permission_denied_message: You do not have permission to do that.
|
||||
not_found_message: The requested resource was not found.
|
||||
|
||||
# This string is displayed as the tooltip for the badge on a soft-deleted discussion.
|
||||
hidden_discussion_tooltip: Hidden
|
||||
|
||||
#These strings are used as suffixes when abbreviating numbers.
|
||||
number_suffix:
|
||||
kilo_text: K
|
||||
|
Loading…
x
Reference in New Issue
Block a user