mirror of https://github.com/zulip/zulip.git
95fe984de5
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 |