Skip to content

Commit

Permalink
Tweak wording
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored and moshfiqrony committed Apr 29, 2023
1 parent b9cdd38 commit 44637e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ If you're a member of React team, here's what you need to do:
2. Run `npx vercel login` and ensure you have permissions to create projects in Meta Open Source org
3. Ensure you have permissions to create projects in the `reactjs` GitHub org

Take a look at the pull request associated with the translation. It should be adding it to the `langs/langs.json` file. Suppose we're adding the `foo` language code with `@bar` and `@baz` GitHub users as maintainers. Merge the pull request and run in this folder:
Review the pull request associated with the translation. It should be adding it to the `langs/langs.json` file. Suppose we're adding the `foo` language code with `@bar` and `@baz` GitHub users as maintainers. Merge the pull request and run in this folder:

```sh
yarn
yarn create-translations --lang=foo --maintainers=bar,baz
yarn create-translation --lang=foo --maintainers=bar,baz
```

This should create the GitHub repo, create a Vercel project, link them, and deploy them. This won't by itself set up the domain--that can wait until the translation is mature.

0 comments on commit 44637e3

Please sign in to comment.