Skip to content

Commit 22e247f

Browse files
authored
Merge pull request reactjs#11 from reactjs/sync-61b96a2f
Sync with reactjs.org @ 61b96a2
2 parents 2c63890 + b1d3c5c commit 22e247f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ This repo is meant to provide French translation for the [reactjs.org](https://r
5757
1. Follow GitHub's instructions.
5858
1. If possible, include screenshots of visual changes. A Netlify build will also be automatically created once you make your PR so other people can see your change.
5959

60+
<<<<<<< HEAD
61+
=======
62+
## Translation
63+
64+
If you are interesting in translating `reactjs.org`, please see the current translation efforts at [isreactreadyyet.com](https://www.isreactreadyyet.com).
65+
66+
67+
If your language does not have a translation and you would like to create one, please follow the instructions at [reactjs.org Translations](https://github.com/reactjs/reactjs.org-translation#translating-reactjsorg).
68+
69+
>>>>>>> 61b96a2f24d6c64851ee747e99d5ea7629059ec6
6070
## Troubleshooting
6171

6272
- `yarn reset` to clear the local cache

content/home/examples/a-component-using-external-plugins.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ order: 3
44
domid: markdown-example
55
---
66

7-
React is flexible and provides hooks that allow you to interface with other libraries and frameworks. This example uses **remarkable**, an external Markdown library, to convert the `<textarea>`'s value in real time.
7+
React allows you to interface with other libraries and frameworks. This example uses **remarkable**, an external Markdown library, to convert the `<textarea>`'s value in real time.

content/tutorial/tutorial.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ npx create-react-app my-app
8282

8383
3. Delete all files in the `src/` folder of the new project
8484

85-
> Note: **don't delete the entire `src` folder, just the original source files inside it.**. We'll replace the default source files with examples for this project in the next step.
85+
> Note:
86+
>
87+
>**Don't delete the entire `src` folder, just the original source files inside it.** We'll replace the default source files with examples for this project in the next step.
8688
8789
```bash
8890
cd my-app

0 commit comments

Comments
 (0)