From 4250320c9c380030f882121842e6f789f0dcbcdc Mon Sep 17 00:00:00 2001 From: Aotumuri Date: Fri, 15 May 2026 10:27:01 +0800 Subject: [PATCH] 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 --- resources/lang/en.json | 2 +- src/client/components/Footer.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en.json b/resources/lang/en.json index f6aa4f018..11a210a50 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -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": { diff --git a/src/client/components/Footer.ts b/src/client/components/Footer.ts index ebf8ffe81..2522ed6fe 100644 --- a/src/client/components/Footer.ts +++ b/src/client/components/Footer.ts @@ -24,7 +24,7 @@ export class Footer extends LitElement { >