docs: add link to pluralization docs (#8543)

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
Mikey O'Toole 2023-01-20 14:32:52 +00:00 committed by GitHub
parent c32316eb2b
commit c2352a387e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -334,6 +334,12 @@ You can even omit the children prop and specify a translation string in your `co
:::
:::info
The `<Translate>` component supports interpolation. You can also implement [string pluralization](https://github.com/facebook/docusaurus/pull/i18n/i18n-tutorial.mdx#pluralization) through some custom code and the [`translate` imperative API](#translate-imperative).
:::
## Hooks {#hooks}
### `useDocusaurusContext` {#useDocusaurusContext}