Skip to content

Commit b58d77a

Browse files
committed
Fix broken links from translation instructions and a typo
1 parent 1083228 commit b58d77a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Translations
9090
------------
9191

9292
Changes to translations as well as new translations can be submitted to
93-
[Dash Core's Transifex page](https://www.transifex.com/projects/p/dash/).
93+
[Dash Core's Transifex page](https://explore.transifex.com/dash/dash/).
9494

9595
Translations are periodically pulled from Transifex and merged into the git repository. See the
9696
[translation process](doc/translation_process.md) for details on how this works.

doc/translation_process.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Transifex is setup to monitor the GitHub repo for updates, and when code contain
88

99
Multiple language support is critical in assisting Dash’s global adoption, and growth. One of Dash’s greatest strengths is cross-border money transfers, any help making that easier is greatly appreciated.
1010

11-
See the [Transifex Dash project](https://www.transifex.com/projects/p/dash/) to assist in translations. You should also join the translation mailing list for announcements - see details below.
11+
See the [Transifex Dash project](https://explore.transifex.com/dash/dash/) to assist in translations. You should also join the translation mailing list for announcements - see details below.
1212

1313
### Writing code with translations
1414
We use automated scripts to help extract translations in both Qt, and non-Qt source files. It is rarely necessary to manually edit the files in `src/qt/locale/`. The translation source files must adhere to the following format:
@@ -40,12 +40,12 @@ git commit
4040

4141

4242
### Creating a Transifex account
43-
Visit the [Transifex Signup](https://www.transifex.com/signup/) page to create an account. Take note of your username and password, as they will be required to configure the command-line tool.
43+
Visit the [Transifex Signup](https://app.transifex.com/signup/) page to create an account. Take note of your username and password, as they will be required to configure the command-line tool.
4444

45-
You can find the Dash translation project at [https://www.transifex.com/projects/p/dash/](https://www.transifex.com/projects/p/dash/).
45+
You can find the Dash translation project at <https://explore.transifex.com/dash/dash/>.
4646

4747
### Installing the Transifex client command-line tool
48-
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)
48+
The client is used to fetch updated translations. If you are having problems, or need more details, see <https://developers.transifex.com/docs/cli>.
4949

5050
**For Linux and Mac**
5151

@@ -65,7 +65,7 @@ username = USERNAME
6565

6666
**For Windows**
6767

68-
Please see [http://docs.transifex.com/developer/client/setup#windows](http://docs.transifex.com/developer/client/setup#windows) for details on installation.
68+
Please see <https://developers.transifex.com/docs/cli#download-from-github-releases-linuxmacwindows> for details on installation.
6969

7070
The Transifex Dash 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.
7171

@@ -105,4 +105,4 @@ To create a new language template, you will need to edit the languages manifest
105105
**Note:** that the language translation file **must end in `.qm`** (the compiled extension), and not `.ts`.
106106

107107
### Questions and general assistance
108-
Check official forum at [https://www.dash.org/forum/topic/dash-worldwide-collaboration.88/](https://www.dash.org/forum/topic/dash-worldwide-collaboration.88/).
108+
Check official forum at <https://www.dash.org/forum/forums/dash-worldwide-collaboration.88/>.

0 commit comments

Comments
 (0)