content(apps): remove orphan Scout Game description key#18103
Merged
Conversation
The Scout Game listing was previously removed from the apps Google Sheet because scoutgame.xyz no longer resolves (verified: no DNS A record). This drops the now-unused i18n description key. Note: this only removes the orphan translation key. The apps source-of-truth Google Sheet must also drop the Scout Game row separately, otherwise the data-layer fetch may surface the entry again (see GOOGLE_SHEET_ID_DAPPS in src/data-layer/fetchers/fetchApps.ts). Refs #18049
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
wackerow
approved these changes
May 1, 2026
Member
|
App no longer on spreadsheet; may take time to propagate |
Member
|
Post merge translation trigger: gh workflow run "Intl Pipeline" -f target_path=src/intl/en/page-app-descriptions.json |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Removes the orphan
app-scout-game-descriptiontranslation key fromsrc/intl/en/page-app-descriptions.json.The Scout Game listing on
/apps/is broken —scoutgame.xyzno longer resolves to any host (verified in #18049 withdig/curl). Users clicking the card hit a connection failure.Change
- "app-scout-game-description": "The Scout Game is designed to reward individuals for identifying and supporting emerging developer talent within onchain ecosystems...",One line removed, between
app-sandbox-descriptionandapp-self-description. JSON validity confirmed.The apps page is fed by a Google Sheet (the source of truth — see
GOOGLE_SHEET_ID_DAPPSinsrc/data-layer/fetchers/fetchApps.ts). The Scout Game row in that sheet must also be removed, otherwise the next data-layer fetch may surface the entry again with a missing description.Refs #18049.