Fix GitHub translation key category (#3926)

## Description:

The GitHub translation key was incorrectly categorized under news even
though it is used on the main page.
This changes its category to main.

## Please complete the following:

- [ ] I have added screenshots for all UI updates
- [x] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [x] I have added relevant tests to the test directory
- [x] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced

## Please put your Discord username so you can be contacted if a bug or
regression is found:

aotumuri
This commit is contained in:
Aotumuri
2026-05-15 10:27:01 +08:00
committed by GitHub
parent bcc453e8cf
commit 4250320c9c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -39,6 +39,7 @@
"join": "Join Lobby",
"solo": "Solo",
"game_info": "Game info",
"github": "GitHub",
"wiki": "Wiki",
"privacy_policy": "Privacy Policy",
"terms_of_service": "Terms of Service",
@@ -56,7 +57,6 @@
"go_to_troubleshooting": "Go to our troubleshooting page"
},
"news": {
"github_link": "on GitHub",
"title": "Release Notes"
},
"troubleshooting": {
+1 -1
View File
@@ -24,7 +24,7 @@ export class Footer extends LitElement {
>
<img
src=${assetUrl("icons/github-mark-white.svg")}
data-i18n-alt="news.github_link"
data-i18n-alt="main.github"
class="h-6 w-6 lg:h-7 lg:w-7 object-contain pointer-events-none"
draggable="false"
/>