mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
We should use variables in i18n strings to give proper context to the
translators. If the pattern is this:
```
i18n.t("Count " + count + " items")
```
Then it will be captured like this:
```
{"Count" + count + "items": ""}
```
Which is not good for the translators.
9.8 KiB
9.8 KiB