Skip to content

fix: AppStore blank page and missing translations#82

Merged
mirkobrombin merged 1 commit intobottlesdevs:mainfrom
wei1710:app-store-page-blank
Mar 18, 2026
Merged

fix: AppStore blank page and missing translations#82
mirkobrombin merged 1 commit intobottlesdevs:mainfrom
wei1710:app-store-page-blank

Conversation

@wei1710
Copy link
Copy Markdown
Contributor

@wei1710 wei1710 commented Mar 4, 2026

Description

Fixed a crash (blank screen) occurring when navigating to the App Store page due to missing translation keys and unprotected object access.

Fixes #81

Changes

  • Translations: Added missing appStore translation objects to en.js, es.js, and it.js.
  • Resilience: Updated AppStore.jsx to use optional chaining (?.) and fallback strings. This prevents the application from crashing if specific translation keys are missing in other languages.

Verification

  • Verified the App Store page loads correctly in English, Spanish, and Italian.
  • Verified that the app no longer crashes if a translation key is missing.
  • Tested on Firefox and Chromium.

@mirkobrombin
Copy link
Copy Markdown
Member

Thanks for your contribution!

@mirkobrombin mirkobrombin merged commit a9bcda2 into bottlesdevs:main Mar 18, 2026
@wei1710 wei1710 deleted the app-store-page-blank branch March 18, 2026 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

App Store page makes the website blank

2 participants