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: docs/translations.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,15 @@
2
2
3
3
Thanks for your interest in helping translating the guides!
4
4
5
-
TODO
6
-
7
5
## Starting a translation
8
6
9
7
Before you start working on a translation, look through the [open translation issues](https://github.com/github/opensource.guide/labels/translation) to see if anyone else is already working on one for your language.
10
8
11
9
If there's not, then today is your day to lead this effort! Here's how to start:
12
10
13
-
0.[Fork this repository](https://github.com/github/opensource.guide/fork)
14
-
0. Open an issue using [this issue template](templates/translation-issue-template.md)
15
-
0. Start working through the checklist!
11
+
1.[Fork this repository](https://github.com/github/opensource.guide/fork)
12
+
1. Open an issue using [this issue template](templates/translation-issue-template.md)
13
+
1. Start working through the checklist!
16
14
17
15
## Keeping a translation updated
18
16
@@ -22,8 +20,8 @@ Note: These directions assume the `origin` [remote](https://git-scm.com/docs/git
22
20
23
21
Here is the recommended process:
24
22
25
-
0. Run `$ script/sync-translation` to merge the latest changes from upstream and open a Pull Request on your fork.
26
-
0. If files requiring translation have been modified, they will be added to a checklist in the Pull Request.
27
-
0. Once all files have been updated, merge the pull request.
23
+
1. Run `$ script/sync-translation` to merge the latest changes from upstream and open a Pull Request on your fork.
24
+
1. If files requiring translation have been modified, they will be added to a checklist in the Pull Request.
25
+
1. Once all files have been updated, merge the pull request.
28
26
29
27
Run this script as often as you want to keep your translation up to date.
0 commit comments