chore: fix production site deployment due to Crowdin (#8818)

This commit is contained in:
Sébastien Lorber 2023-03-24 13:26:07 +01:00 committed by GitHub
parent c985513280
commit b0f9fb2db4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -48,9 +48,9 @@ For more fine-grained control, you can also enable the plugin manually and confi
## Supported rules
| Name | Description | |
| Name | Description | `` |
| --- | --- | --- |
| [`@docusaurus/no-untranslated-text`](./no-untranslated-text.mdx) | Enforce text labels in JSX to be wrapped by translate calls | |
| [`@docusaurus/no-untranslated-text`](./no-untranslated-text.mdx) | Enforce text labels in JSX to be wrapped by translate calls | `` |
| [`@docusaurus/string-literal-i18n-messages`](./string-literal-i18n-messages.mdx) | Enforce translate APIs to be called on plain text labels | ✅ |
✅ = recommended