[Scummvm-git-logs] scummvm-web master -> bfd73c63dd4daca51031c16120b717e768d306a2
lotharsm
mail at serra.me
Tue Aug 4 20:16:59 UTC 2020
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:
bfd73c63dd I18N: Enable translations for the sponsoring link in sidebar menu
Commit: bfd73c63dd4daca51031c16120b717e768d306a2
https://github.com/scummvm/scummvm-web/commit/bfd73c63dd4daca51031c16120b717e768d306a2
Author: Lothar Serra Mari (mail at serra.me)
Date: 2020-08-04T22:16:44+02:00
Commit Message:
I18N: Enable translations for the sponsoring link in sidebar menu
Changed paths:
data/menus.yaml
lang/i18n/lang.en.json
diff --git a/data/menus.yaml b/data/menus.yaml
index d95f343b..d7acd576 100644
--- a/data/menus.yaml
+++ b/data/menus.yaml
@@ -49,7 +49,7 @@ groups:
- name: "{#menuHeaderMisc#}"
class: "menu-misc"
links:
- - name: "Sponsors"
+ - name: "{#menuMiscSponsors#}"
href: "/sponsors/"
- name: "{#menuMiscSubprojects#}"
href: "/subprojects/"
diff --git a/lang/i18n/lang.en.json b/lang/i18n/lang.en.json
index 1f457408..7392126d 100644
--- a/lang/i18n/lang.en.json
+++ b/lang/i18n/lang.en.json
@@ -209,6 +209,7 @@
"menuDevelopmentSourceCode": "Source Code Tree",
"menuDevelopmentBuildbot": "Buildbot",
"menuHeaderMisc": "Misc. Menu",
+ "menuMiscSponsors": "Sponsors",
"menuMiscSubprojects": "Subprojects",
"menuMiscDemos": "Demos",
"menuMiscPress": "Press Coverage",
More information about the Scummvm-git-logs
mailing list