2
0
Fork 0
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:
David Taylor 2017-09-08 00:47:35 +01:00
parent f6fb94d31f
commit feef5491a2
3 changed files with 16 additions and 8 deletions

View file

@ -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>

View file

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