From f453db0df28c198f0df9ca286dd8d7d9d98fb4da Mon Sep 17 00:00:00 2001 From: Ganesh Pawar Date: Wed, 16 Jun 2021 11:19:29 +0530 Subject: [PATCH] about_zulip: Mark strings for translation. --- static/templates/about_zulip.hbs | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/static/templates/about_zulip.hbs b/static/templates/about_zulip.hbs index 616fe70172..0103bd7688 100644 --- a/static/templates/about_zulip.hbs +++ b/static/templates/about_zulip.hbs @@ -8,12 +8,16 @@

Zulip Server
- Version {{zulip_version}} - + {{#tr}} + Version {zulip_version} + {{/tr}} + {{#if is_fork}} -
- Forked from upstream at {{zulip_merge_base}} - +
+ {{#tr}} + Forked from upstream at {zulip_merge_base} + {{/tr}} + {{/if}}