Skip to content

Commit 746f5fe

Browse files
committed
translate link short
1 parent 536e739 commit 746f5fe

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/webpage/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h2 id="box4title" i18n="htmlPages.transTitle">Translate Fermi</h2>
8585
</p>
8686
<br />
8787
<a
88-
href="https://translatewiki.net/wiki/Translating:Fermi"
88+
href="https://redir.fermi.chat/translate"
8989
class="TitleButtons"
9090
id="translate"
9191
i18n="htmlPages.trans"

translations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The translations are stored in `/src/webpage/translations` in this format below.
1313
```
1414

1515
## I want to help translate this
16-
Please go to [https://translatewiki.net/wiki/Translating:Fermi](https://translatewiki.net/wiki/Translating:Fermi) to help translate this project.
16+
Please go to [https://redir.fermi.chat/translate](https://redir.fermi.chat/translate) to help translate this project.
1717
## What is the format?
1818
It's the same format found [here](https://github.com/wikimedia/jquery.i18n#message-file-format), though we are not using jquery, and you might notice some of the strings use markdown, but most do not.
1919

translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
}
201201
},
202202
"channelLink": "# $1",
203-
"clientDesc": "Client version: $1\n\n[Join the official Fermi guild](https://redir.fermi.chat/invite)\n\n[Help translate Fermi](https://translatewiki.net/wiki/Translating:JankClient#sortable:3=desc) \n\n[Help create Fermi](https://github.com/MathMan05/Fermi)\n\n[Help maintain the server Fermi relies on](https://redir.fermi.chat/server)\n\n[Read the blog](https://blog.fermi.chat/)\n\nCalculated rights: $3",
203+
"clientDesc": "Client version: $1\n\n[Join the official Fermi guild](https://redir.fermi.chat/invite)\n\n[Help translate Fermi](https://redir.fermi.chat/translate) \n\n[Help create Fermi](https://github.com/MathMan05/Fermi)\n\n[Help maintain the server Fermi relies on](https://redir.fermi.chat/server)\n\n[Read the blog](https://blog.fermi.chat/)\n\nCalculated rights: $3",
204204
"commands": {
205205
"errorNotValid": "$1 is not a valid choice for $2",
206206
"required": "$1 is a required part of this command"

0 commit comments

Comments
 (0)