commit 36fb694d9f815506056b4c6f3d209622bb549370
parent 16190b309343ee8a18b101d4efbec93783528963
Author: Rob Wu <rob@robwu.nl>
Date: Mon, 20 Oct 2025 14:18:09 +0000
Bug 1995019 - Fix minor intl documentation issues r=fluent-reviewers,bolsson
Differential Revision: https://phabricator.services.mozilla.com/D269060
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/intl/docs/locale.rst b/intl/docs/locale.rst
@@ -529,7 +529,7 @@ It may look like this:
]
);
- L10nRegistry.registerSources([fs]);
+ L10nRegistry.getInstance().registerSources([source]);
let availableLocales = Services.locale.availableLocales;
diff --git a/intl/l10n/docs/fluent/review.rst b/intl/l10n/docs/fluent/review.rst
@@ -197,7 +197,7 @@ reference another element of the UI in your message:
.. code-block:: fluent
help-button = Help
- help-explanation = Click the { help-button} to access support
+ help-explanation = Click the { help-button } to access support
This enforces consistency and, if :js:`help-button` changes, all other messages