mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
i18n: Add missing translation tags to typing notifications.
Thanks to Andrea Soc for the report.
This commit is contained in:
@@ -1450,7 +1450,7 @@ run_test('typing_notifications', () => {
|
||||
html += '</ul>';
|
||||
|
||||
const li = $(html).find('li').first();
|
||||
assert.equal(li.text(), 'Hamlet is typing...');
|
||||
assert.equal(li.text(), 'translated: Hamlet is typing...');
|
||||
|
||||
});
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
<li data-email="{{this.email}}" class="typing_notification">{{this.full_name}} is typing...</li>
|
||||
<li data-email="{{this.email}}" class="typing_notification">{{#tr this}}__full_name__ is typing...{{/tr}}</li>
|
||||
|
||||
Reference in New Issue
Block a user