Skip to content

Commit 1bb6abb

Browse files
authored
Merge pull request #879 from progit/TRANSLATIONS
Add complimentary instructions and information for translating
2 parents deaa446 + fc2b8a7 commit 1bb6abb

File tree

1 file changed

+46
-1
lines changed

1 file changed

+46
-1
lines changed

CONTRIBUTING.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,49 @@ Translations to other languages are highly encouraged but handled a little diffe
4646
We now keep each translation in a separate repository.
4747

4848
Since each translation is a different repository, we can also have different maintainers for each project.
49-
The Pro Git team simply pulls them in and builds them for the translation teams.
49+
The Pro Git team simply pulls them in and builds them for the translation teams on the git-scm.com website.
50+
51+
### Existing Projects
52+
53+
If you wish to help at translating Progit 2nd edition to your
54+
language, first check already existing projects and get in touch with
55+
the people in charge of them if there's already one.
56+
57+
Existing projects include:
58+
59+
Language | Project
60+
------------ | -------------
61+
Беларуская | [progit/progit2-be](https://github.com/progit/progit2-be)
62+
Čeština | [progit-cs/progit2-cs](https://github.com/progit-cs/progit2-cs)
63+
English | [progit/progit2](https://github.com/progit/progit2)
64+
Español | [progit/progit2-es](https://github.com/progit/progit2-es)
65+
Français | [progit/progit2-fr](https://github.com/progit/progit2-fr)
66+
Ελληνικά | [progit2-gr/progit2](https://github.com/progit2-gr/progit2)
67+
Indonesian | [progit/progit2-id](https://github.com/progit/progit2-id)
68+
Italiano | [progit/progit2-it](https://github.com/progit/progit2-it)
69+
日本語 | [progit/progit2-ja](https://github.com/progit/progit2-ja)
70+
한국어 | [progit/progit2-ko](https://github.com/progit/progit2-ko)
71+
Nederlands | [progit/progit2-nl](https://github.com/progit/progit2-nl)
72+
Português (Brasil) | [progit2-pt-br/progit2](https://github.com/progit2-pt-br/progit2)
73+
Русский | [progit/progit2-ru](https://github.com/progit/progit2-ru)
74+
Slovenščina | [progit/progit2-sl](https://github.com/progit/progit2-sl)
75+
Српски | [progit/progit2-sr](https://github.com/progit/progit2-sr)
76+
Türkçe | [progit/progit2-tr](https://github.com/progit/progit2-tr)
77+
Українська| [progit/progit2-uk](https://github.com/progit/progit2-uk)
78+
Ўзбекча | [progit/progit2-uz](https://github.com/progit/progit2-uz)
79+
简体中文 | [progit/progit2-zh](https://github.com/progit/progit2-zh)
80+
正體中文 | [progit/progit2-zh-tw](https://github.com/progit/progit2-zh-tw)
81+
82+
### Your Language does not Exist
83+
84+
Then you're lucky! You're gonna be the initiator of a new translation project!
85+
86+
You can start to make your own version with the second edition in English, available here. To do so,
87+
88+
1. Pick your the [ISO 639 code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) and create a GitHub organization, say `progit2-[your code]` on github
89+
2. Create a project progit2
90+
3. Copy the structure of progit/progit2 (this project) in your project and start translating. You can reuse some material from the first edition, but beware that:
91+
1. the text has been reworked in numerous parts
92+
2. the markup has changed from markdown to [asciidoc](http://asciidoc.org)
93+
4. Push to the new repo a few translated chapters
94+
5. Ping an organizer so that the second edition of Progit in your language is pushed on git-scm.com.

0 commit comments

Comments
 (0)