You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-12
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# reactjs.org
2
2
3
-
This repo contains the source code and documentation powering [reactjs.org](https://reactjs.org/).
3
+
This repo contains the source code and documentation powering [reactjs.org](https://reactjs.org/) in its French version.
4
4
5
5
## Getting started
6
6
@@ -10,11 +10,11 @@ This repo contains the source code and documentation powering [reactjs.org](http
10
10
1. Node: any 8.x version starting with 8.4.0 or greater
11
11
1. Yarn: See [Yarn website for installation instructions](https://yarnpkg.com/lang/en/docs/install/)
12
12
1. A fork of the repo (for any contributions)
13
-
1. A clone of the [reactjs.org repo](https://github.com/reactjs/reactjs.org) on your local machine
13
+
1. A clone of the [fr.reactjs.org repo](https://github.com/reactjs/fr.reactjs.org) on your local machine
14
14
15
15
### Installation
16
16
17
-
1.`cd reactjs.org` to go into the project root
17
+
1.`cd fr.reactjs.org` to go into the project root
18
18
1.`yarn` to install the website's npm dependencies
19
19
20
20
### Running locally
@@ -24,9 +24,11 @@ This repo contains the source code and documentation powering [reactjs.org](http
24
24
25
25
## Contributing
26
26
27
+
Please, checkout issue #1 for specifics on contributing to the localization effort.
28
+
27
29
### Guidelines
28
30
29
-
The documentation is divided into several sections with a different tone and purpose. If you plan to write more than a few sentences, you might find it helpful to get familiar with the [contributing guidelines](https://github.com/reactjs/reactjs.org/blob/master/CONTRIBUTING.md#guidelines-for-text) for the appropriate sections.
31
+
This repo is meant to provide French translation for the [reactjs.org](https://reactjs.org/) web site, changes should be limited to L10N features only (mostly string translation). To make deeper changes in the structure or the content of the web site, please consider contributing to the [reactjs.org repo](https://github.com/reactjs/reactjs.org).
30
32
31
33
### Create a branch
32
34
@@ -51,19 +53,13 @@ The documentation is divided into several sections with a different tone and pur
51
53
52
54
1.`git add -A && git commit -m "My message"` (replacing `My message` with a commit message, such as `Fixed header logo on Android`) to stage and commit your changes
53
55
1.`git push my-fork-name the-name-of-my-branch`
54
-
1. Go to the [reactjs.org repo](https://github.com/reactjs/reactjs.org) and you should see recently pushed branches.
56
+
1. Go to the [fr.reactjs.org repo](https://github.com/reactjs/fr.reactjs.org) and you should see recently pushed branches.
55
57
1. Follow GitHub's instructions.
56
58
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.
57
59
58
-
## Translation
59
-
60
-
If you are interesting in translating `reactjs.org`, please join the Crowdin.
Content submitted to [reactjs.org](https://reactjs.org/) is CC-BY-4.0 licensed, as found in the [LICENSE-DOCS.md](https://github.com/open-source-explorer/reactjs.org/blob/master/LICENSE-DOCS.md) file.
65
+
Content submitted to [fr.reactjs.org](https://reactjs.org/) is CC-BY-4.0 licensed, as found in the [LICENSE-DOCS.md](https://github.com/open-source-explorer/reactjs.org/blob/master/LICENSE-DOCS.md) file.
0 commit comments