Add discourse-presence as a core plugin (#5137)

* Add discourse-presence as a core plugin

* Default enabled
This commit is contained in:
David Taylor
2017-09-07 08:40:18 +01:00
committed by Régis Hanol
parent 4d840d10db
commit c9912fcc37
13 changed files with 538 additions and 0 deletions

View 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"

View 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?'

View File

@ -0,0 +1,4 @@
plugins:
presence_enabled:
default: true
client: true