mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
docs: Update comment, docs links to Format.JS.
This commit is contained in:
@@ -394,8 +394,8 @@ their style guidelines.
|
||||
[jinja2]: http://jinja.pocoo.org/
|
||||
[handlebars]: https://handlebarsjs.com/
|
||||
[trans]: https://jinja.palletsprojects.com/en/3.0.x/extensions/#i18n-extension
|
||||
[formatjs]: https://formatjs.io/
|
||||
[icu messageformat]: https://formatjs.io/docs/intl-messageformat
|
||||
[formatjs]: https://formatjs.github.io/
|
||||
[icu messageformat]: https://formatjs.github.io/docs/core-concepts/icu-syntax#plural-format
|
||||
[helpers]: https://handlebarsjs.com/guide/block-helpers.html
|
||||
[transifex]: https://www.transifex.com
|
||||
[transifex-api-token]: https://app.transifex.com/user/settings/api/
|
||||
|
@@ -579,7 +579,7 @@ function get_avatars_context(all_senders: number[]): AvatarsContext {
|
||||
// and just display remaining number of senders.
|
||||
const remaining_senders = extra_sender_ids.length - MAX_EXTRA_SENDERS;
|
||||
// Pluralization syntax from:
|
||||
// https://formatjs.io/docs/core-concepts/icu-syntax/#plural-format
|
||||
// https://formatjs.github.io/docs/core-concepts/icu-syntax#plural-format
|
||||
displayed_other_names.push(
|
||||
$t(
|
||||
{
|
||||
|
Reference in New Issue
Block a user