mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Simplify copy & add transifex config
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
<span class="presence_text">
|
||||
<span class="description">
|
||||
{{#if isReply ~}}
|
||||
{{i18n 'presence.is_replying' count=users.length}}
|
||||
{{i18n 'presence.replying'}}
|
||||
{{~else~}}
|
||||
{{i18n 'presence.is_editing' count=users.length}}
|
||||
{{i18n 'presence.editing'}}
|
||||
{{~/if}}</span>{{!-- (using comment to stop whitespace)
|
||||
--}}</span>{{!--
|
||||
--}}<span class="wave"><span class="dot">.</span><span class="dot">.</span><span class="dot">.</span>
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
en:
|
||||
js:
|
||||
presence:
|
||||
is_replying:
|
||||
one: "is also replying"
|
||||
other: "are also replying"
|
||||
is_editing:
|
||||
one: "is also editing"
|
||||
other: "are also editing"
|
||||
replying: "replying"
|
||||
editing: "editing"
|
||||
Reference in New Issue
Block a user