-
Notifications
You must be signed in to change notification settings - Fork 0
/
quickguide.qmd
72 lines (34 loc) · 1.2 KB
/
quickguide.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
title: "Quick guide to translation"
---
## Fork the repo
1. Click on the "Fork" button
![](fork_button.png)
## Clone/Download your fork
1. Make sure you are in your account and in the forked i18n repo
1. Click on “Clone”
1. Click on “HTTPS”
1. Click on the clipboard icon (this will copy the URL)
1. Go to terminal (or command line) and enter “git clone <URL>”
1. Check that there is an “i18n” folder
![](clone1234.png)
![](clone56.png)
## Decide which lesson to translate
1. Go to SWC-ja’s i18n repo
1. Click on “Issues”
1. Click on any issue with “Translation” in the title
1. Read the description
1. Comment on the issue to let people know that you are working on this (e.g. “I am working on this!!”)
![](which_lesson123.png)
![](which_lesson45.png)
## Translate
1. Go to “i18n” folder
1. Go to “po” folder
1. Find any file with “.ja.po” file extension
1. Translate with your favorite PO editor or directly edit the file
![](translate123.png)
## Directly editing the file
1. Do NOT change “msgid”
1. Translate anything in between the quotation marks in the “msgstr” block only
![](directly_editing12.png)
![](example_translation.png)