Skip to content

Commit e472003

Browse files
committed
Update doc formatting
1 parent 0cbb1d7 commit e472003

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/translations.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ If there's not, then today is your day to lead this effort! Here's how to start:
1414

1515
## Keeping a translation updated
1616

17-
Git is pretty good at making it easy to see what files have changed. We'll try to make it as easy as possible for you to keep your translation up to date. Here is the recommended process.
17+
Git is pretty good at making it easy to see what files have changed. We'll try to make it as easy as possible for you to keep your translation up to date.
1818

19-
> These directions assume you have two [remotes](https://git-scm.com/docs/git-remote) configured for your local clone of this repository.
20-
>
21-
> 1. `origin` - the translation fork. If you didn't originally clone this from the fork, you can update it with `git remote set-url origin https://github.com/[yourname]/open-source-guide.git`
22-
> 2. `upstream` - `git remote add upstream https://github.com/github/open-source-guide.git`
19+
These directions assume you have two [remotes](https://git-scm.com/docs/git-remote) configured for your local clone of is repository.
20+
21+
0. `origin` - the translation fork. If you didn't originally clone this from the fork, you can update it with `git mote set-url origin https://github.com/[yourname]/open-source-guide.git`
22+
0. `upstream` - `git remote add upstream https://github.com/github/open-source-guide.git`
23+
24+
Here is the recommended process:
2325

2426
0. Run `$ script/sync-translation` to merge the latest changes from upstream and open a Pull Request on your fork.
2527
0. If files requiring translation have been modified, they will be added to a checklist in the Pull Request.

0 commit comments

Comments
 (0)