Skip to content

Commit 2ccf662

Browse files
authored
Merge pull request #1839 from petk/patch-translating
Update URLs and fix closing bracket in TRANSLATING
2 parents 5e327b6 + 6125817 commit 2ccf662

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

TRANSLATING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The following are guidelines to help you on your way:
1010
* Before you begin, read the whole Git Pro book in English, so that you're aware of the content, and are familiar with the style used.
1111
* Ensure you have a good working knowledge of git, so that explaining the technical terms is doable.
1212
* Stick to a common style and format for the translation.
13-
* Be sure to read and understand the basics of [Asciidoc formatting](https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/). Not following the asciidoc syntax can lead to problems with building/compilation of the pdf, epub and html files needed for the book.
13+
* Be sure to read and understand the basics of [Asciidoc formatting](https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/). Not following the asciidoc syntax can lead to problems with building/compilation of the pdf, epub and html files needed for the book.
1414

1515
## Translating the book to another language
1616

@@ -58,7 +58,7 @@ If there is no project for your language, you can start your own translation.
5858

5959
Base your work on the second edition of the book, available [here](https://github.com/progit/progit2). To do so:
6060
1. Pick the correct [ISO 639 code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) for your language.
61-
1. Create a [GitHub organization](https://docs.github.com/en/github/setting-up-and-managing-organizations-and-teams/creating-a-new-organization-from-scratch), for example: `progit2-[your code]` on GitHub.
61+
1. Create a [GitHub organization](https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch), for example: `progit2-[your code]` on GitHub.
6262
1. Create a project `progit2`.
6363
1. Copy the structure of progit/progit2 (this project) in your project and start translating.
6464

@@ -88,10 +88,10 @@ This is a technical task, please ping @jnavila to get started with epub publicat
8888

8989
Translating the book is the first step. Once this is finished, you could consider translating the user interface of Git itself.
9090

91-
This task requires a more technical knowledge of the tool than the book. Hopefully, after having translated the full book content, you can understand the terms used in the application. If you feel technically up to the task, the repo is [here](https://github.com/git-l10n/git-po) and you just have to follow the [guide](https://github.com/git-l10n/git-po/blob/master/po/README).
91+
This task requires a more technical knowledge of the tool than the book. Hopefully, after having translated the full book content, you can understand the terms used in the application. If you feel technically up to the task, the repo is [here](https://github.com/git-l10n/git-po) and you just have to follow the [guide](https://github.com/git-l10n/git-po/blob/master/po/README.md).
9292

9393
Beware though that
9494

95-
* you'll need to use more specific tools to manage localization po files (such as editing them with [poedit](https://poedit.net/) and merging them. You might need to compile git in order to check your work.
95+
* you'll need to use more specific tools to manage localization po files (such as editing them with [poedit](https://poedit.net/)) and merging them. You might need to compile git in order to check your work.
9696
* a basic knowledge of how translating applications works is required, which is significantly different from translating books.
9797
* the core Git project uses more stringent [procedures](https://github.com/git-l10n/git-po/blob/master/Documentation/SubmittingPatches) to accept contributions, be sure to abide by them.

0 commit comments

Comments
 (0)