mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 04:08:41 +08:00
Add discourse-presence as a core plugin (#5137)
* Add discourse-presence as a core plugin * Default enabled
This commit is contained in:

committed by
Régis Hanol

parent
4d840d10db
commit
c9912fcc37
9
plugins/discourse-presence/config/locales/client.en.yml
Normal file
9
plugins/discourse-presence/config/locales/client.en.yml
Normal file
@ -0,0 +1,9 @@
|
||||
en:
|
||||
js:
|
||||
presence:
|
||||
is_replying:
|
||||
one: "is also replying"
|
||||
other: "are also replying"
|
||||
is_editing:
|
||||
one: "is also editing"
|
||||
other: "are also editing"
|
3
plugins/discourse-presence/config/locales/server.en.yml
Normal file
3
plugins/discourse-presence/config/locales/server.en.yml
Normal file
@ -0,0 +1,3 @@
|
||||
en:
|
||||
site_settings:
|
||||
presence_enabled: 'Show users that are currently replying to the current topic, or editing the current post?'
|
4
plugins/discourse-presence/config/settings.yml
Normal file
4
plugins/discourse-presence/config/settings.yml
Normal file
@ -0,0 +1,4 @@
|
||||
plugins:
|
||||
presence_enabled:
|
||||
default: true
|
||||
client: true
|
Reference in New Issue
Block a user