chore: attempt to fix Crowdin issues (#9220)

This commit is contained in:
Sébastien Lorber 2023-08-12 02:56:54 +02:00 committed by GitHub
parent 4aef958a99
commit a59aead1e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
74 changed files with 126 additions and 122 deletions

View file

@ -290,7 +290,7 @@ Start your site on the French locale:
npm run start -- --locale fr
```
Make sure that your website is now translated in French at [http://localhost:3000/fr/](http://localhost:3000/fr/).
Make sure that your website is now translated in French at [`http://localhost:3000/fr/`](http://localhost:3000/fr/).
### Automate with CI {#automate-with-ci}

View file

@ -76,7 +76,7 @@ Start your localized site in dev mode, using the locale of your choice:
npm run start -- --locale fr
```
Your site is accessible at [http://localhost:3000/fr/](http://localhost:3000/fr/).
Your site is accessible at [`http://localhost:3000/fr/`](http://localhost:3000/fr/).
We haven't provided any translation yet, so the site is mostly untranslated.
@ -464,8 +464,8 @@ You can now [deploy](../deployment.mdx) the `build` folder to the static hosting
The Docusaurus v2 website uses this strategy:
- [https://docusaurus.io](https://docusaurus.io)
- [https://docusaurus.io/fr](https://docusaurus.io/fr)
- [`https://docusaurus.io`](https://docusaurus.io)
- [`https://docusaurus.io/fr`](https://docusaurus.io/fr)
:::