[Scummvm-git-logs] scummvm-web master -> 5310c1d453a2591ba96e010f9825283ca4c615da
Thunderforge
noreply at scummvm.org
Thu Dec 2 02:29:07 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
5310c1d453 I10N: Changing translations link to general project page (#184)
Commit: 5310c1d453a2591ba96e010f9825283ca4c615da
https://github.com/scummvm/scummvm-web/commit/5310c1d453a2591ba96e010f9825283ca4c615da
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2021-12-01T20:29:03-06:00
Commit Message:
I10N: Changing translations link to general project page (#184)
There are several translation projects aside from the ScummVM, such as the website and several game translations. Instead of linking to only the ScummVM project, now I link to the overall project that shows them all.
## Before
A hyperlink labeled "Translate ScummVM" goes to https://translations.scummvm.org/projects/scummvm/scummvm/
## After
A hyperlink labeled "Translations" goes to https://translations.scummvm.org/projects/
Changed paths:
data/en/menus.yaml
data/en/strings.json
diff --git a/data/en/menus.yaml b/data/en/menus.yaml
index b0744789..04c7eb0a 100644
--- a/data/en/menus.yaml
+++ b/data/en/menus.yaml
@@ -34,7 +34,7 @@
- name: '{#menuDevelopmentPullRequests#}'
href: 'https://github.com/scummvm/scummvm/pulls'
- name: '{#menuDevelopmentTranslations#}'
- href: 'https://translations.scummvm.org/projects/scummvm/scummvm/'
+ href: 'https://translations.scummvm.org/projects/'
- name: '{#menuDevelopmentDailies#}'
href: '/downloads/#daily'
- name: '{#menuDevelopmentSourceCode#}'
diff --git a/data/en/strings.json b/data/en/strings.json
index 51196acf..44e6230d 100644
--- a/data/en/strings.json
+++ b/data/en/strings.json
@@ -158,7 +158,7 @@
"menuHeaderDevelopmentDevelopment": "Development",
"menuDevelopmentBugTracker": "Bug Tracker",
"menuDevelopmentPullRequests": "Pull Requests",
- "menuDevelopmentTranslations": "Translate ScummVM",
+ "menuDevelopmentTranslations": "Translations",
"menuDevelopmentDailies": "Daily Builds",
"menuDevelopmentSourceCode": "Source Code Tree",
"menuDevelopmentBuildbot": "Buildbot",
More information about the Scummvm-git-logs
mailing list