mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
chore: attempt to fix Crowdin issues (#9220)
This commit is contained in:
parent
4aef958a99
commit
a59aead1e2
74 changed files with 126 additions and 122 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
:::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue