-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Development
: Fix missing aboutUs translation key
#6623
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## develop #6623 +/- ##
=============================================
- Coverage 84.95% 80.29% -4.67%
+ Complexity 13331 13329 -2
=============================================
Files 1092 2369 +1277
Lines 42905 90759 +47854
Branches 4448 12803 +8355
=============================================
+ Hits 36450 72873 +36423
- Misses 4001 9809 +5808
- Partials 2454 8077 +5623 see 1278 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
❌ Unable to deploy to test servers ❌Testserver "artemis-test4.artemis.cit.tum.de" is already in use by PR #6475. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on ts2, works well 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the bugfix!
Just tested this on Docker Compose TS4 and the about page works again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on TS4. The about us page is fixed now
Checklist
General
Motivation and Context
@JohannesStoehr noticed a bug caused by #6546: The translation keys for the
about us
page had gone missing. This PR fixes that.Description
I noticed that the reported issue was caused by a small mistake in the
prebuild.mjs
script where I forgot the initial value for a call to.reduce
. This caused the first filename to be the initial value, therefore the first file alphabetically (aboutUs.json
) not to be considered.This PR adds an initial value.
Steps for Testing
Review Progress
tested by 4 people, 1 line of code change
Screenshots
Before:
After: