docs: Update comment, docs links to Format.JS.

This commit is contained in:
Karl Stolley
2025-05-27 16:29:51 -05:00
committed by Tim Abbott
parent 26595799c7
commit 1406fbf370
2 changed files with 3 additions and 3 deletions

View File

@@ -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/

View File

@@ -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(
{