mirror of
https://github.com/zulip/zulip.git
synced 2026-06-18 21:01:52 +08: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.
|
||
|---|---|---|
| .. | ||
| stats.js | ||