mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Simplify copy & add transifex config
This commit is contained in:
parent
f6fb94d31f
commit
feef5491a2
3 changed files with 16 additions and 8 deletions
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue