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: doc/translation_process.md
+13-15
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,11 @@ Visit the [Transifex Signup](https://www.transifex.com/signup/) page to create a
46
46
You can find the PIVX translation project at [https://www.transifex.com/pivx-project/pivx-project-translations/](https://www.transifex.com/pivx-project/pivx-project-translations/).
47
47
48
48
### Installing the Transifex client command-line tool
49
-
The client it used to fetch updated translations. If you are having problems, or need more details, see [http://docs.transifex.com/developer/client/setup](http://docs.transifex.com/developer/client/setup)
50
-
51
-
**For Linux and Mac**
49
+
The client is used to fetch updated translations. If you are having problems, or need more details, see [https://docs.transifex.com/client/installing-the-client](https://docs.transifex.com/client/installing-the-client)
52
50
53
51
`pip install transifex-client`
54
52
55
-
Setup your transifex client config as follows. Please *ignore the token field*.
53
+
Setup your Transifex client config as follows. Please *ignore the token field*.
56
54
57
55
```ini
58
56
nano ~/.transifexrc
@@ -64,21 +62,21 @@ token =
64
62
username = USERNAME
65
63
```
66
64
67
-
**For Windows**
68
-
69
-
Please see [http://docs.transifex.com/developer/client/setup#windows](http://docs.transifex.com/developer/client/setup#windows) for details on installation.
70
-
71
-
The Transifex PIVX project config file is included as part of the repo. It can be found at `.tx/config`, however you shouldn’t need change anything.
65
+
The Transifex PIVX project config file is included as part of the repo. It can be found at `.tx/config`, however you shouldn’t need to change anything.
72
66
73
67
### Synchronising translations
74
68
To assist in updating translations, we have created a script to help.
**Do not directly download translations** one by one from the Transifex website, as we do a few post-processing steps before committing the translations.
84
82
@@ -106,6 +104,6 @@ To create a new language template, you will need to edit the languages manifest
106
104
**Note:** that the language translation file **must end in `.qm`** (the compiled extension), and not `.ts`.
107
105
108
106
### Questions and general assistance
109
-
The PIVX Core translation maintainers include *Fuzzbawls and s3v3nh4cks*. You can find them, and others, in the [PIVX Discord](https://discord.pivx.org).
107
+
The PIVX Core translation maintainers include *Fuzzbawls*. You can find them, and others, in the [PIVX Discord](https://discord.pivx.org).
110
108
111
109
Announcements will be posted during application pre-releases to notify translators to check for updates.
0 commit comments