mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Support regular expressions for watched words
This commit is contained in:
@@ -3203,6 +3203,7 @@ en:
|
||||
form:
|
||||
label: 'New Word:'
|
||||
placeholder: 'full word or * as wildcard'
|
||||
placeholder_regexp: "regular expression"
|
||||
add: 'Add'
|
||||
success: 'Success'
|
||||
upload: "Upload"
|
||||
|
||||
@@ -1521,6 +1521,7 @@ en:
|
||||
code_formatting_style: "Code button in composer will default to this code formatting style"
|
||||
|
||||
max_allowed_message_recipients: "Maximum recipients allowed in a message."
|
||||
watched_words_regular_expressions: "Watched words are regular expressions."
|
||||
|
||||
default_email_digest_frequency: "How often users receive summary emails by default."
|
||||
default_include_tl0_in_digests: "Include posts from new users in summary emails by default. Users can change this in their preferences."
|
||||
|
||||
Reference in New Issue
Block a user