Skip to content

fix(web): add missing st7/f9/package i18n keys from landing .ipk update - #27

Merged
gnacho merged 1 commit into
mainfrom
fix/web-theater-st7-i18n
Aug 6, 2026
Merged

fix(web): add missing st7/f9/package i18n keys from landing .ipk update#27
gnacho merged 1 commit into
mainfrom
fix/web-theater-st7-i18n

Conversation

@gnacho

@gnacho gnacho commented Aug 6, 2026

Copy link
Copy Markdown
Owner

Fixes #26

What

The landing theater step 07 (heading + paragraph) and the .ipk hero chip / feature card rendered the raw i18n keys (theater.st7t, theater.st7p, facts.package, features.f9t, features.f9p) in every language, because those keys were never added to the dicts.

Changes

  • web/i18n.js: added the 5 missing keys to the EN and ES dict blocks (other 8 languages fall back to EN via t()).

Verification

  • All 140 data-i18n keys used in web/index.html now resolve (no raw-key fallback).
  • node --check syntax OK.
  • Deployed to production; Playwright check on https://netpulse.cloudless.club confirms step 07 renders correctly in ES and EN (no raw keys).

@gnacho
gnacho merged commit 34a45bd into main Aug 6, 2026
1 check passed
@gnacho
gnacho deleted the fix/web-theater-st7-i18n branch August 6, 2026 10:00
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.

fix(web): landing theater step 07 renders raw i18n keys

1 participant