content(i18n): restore Wix copy verbatim across all views #2

Merged
padreug merged 1 commit from feat/content/wix-migration into main 2026-06-10 21:22:16 +00:00
Owner

Summary

Replace the paraphrased strings I introduced during the initial scaffold with the verbatim Wix source (faunscastle.wixsite.com/ariege), view by view. FR is a faithful translation since Wix is EN-only.

Only src/i18n/locales/{en,fr}.json changes — no view templates touched. Build is green.

Approach

  • Same i18n key structure as before so existing views render without code changes.
  • Where Wix has more material than my structure captured, added new keys (silent until a view references them — listed below).
  • Headings and CTAs match Wix verbatim ("Welcome to The Château du Faune", "here are some possible paths…", "Just passing through?", "book your stay", "We're Forming our Team Now", "Live & Work Here").
  • Footer tagline now mirrors the Wix homepage strapline (farmstand ✧ land art ✧ Residency ✧ Events Venue).
  • FR is fresh translation of the new EN — refine wording at your discretion.

New silent keys

These are populated with Wix content but no view renders them yet. Wire them up if you want the extra material visible:

  • concept.mission.motivationTitle / motivationBody — the "slow living productivity" paragraph
  • concept.quote — Thoreau attribution from the concept page
  • vision.intro — the "How we arrived here" section explaining how the founders chose Ariège and spring 2025 acquisition
  • symposium.purpose — the think-tank + working body paragraph

Structural notes

A handful of view-facing keys grew to match Wix's prose length:

  • concept.slowFarming.pillar{One,Two,Three}Body — went from one sentence each to a full paragraph each. Check the pillar Card heights still balance in the 3-col grid.
  • vision.philosophy.{...}Body — same expansion, 5-up grid; may want to verify smallest breakpoint.
  • vision.pillars.{...}Body — same expansion, 7 items across 1–4 columns.
  • symposium.overview.body, symposium.eligibility.body — longer.

If any of those overflow visually, the fix is per-card (clamp at line-clamp-4 etc.) rather than re-paraphrasing the strings.

Items not present on Wix

  • MarketplaceView placeholder copy stays mine — Wix has no marketplace page. I did update the pantry/craft items to match the actual farmstand items Wix lists (sprouted pumpkin seeds, apple molasses, etc.).
  • home.contact card kept (Wix doesn't have an equivalent "contact band" — the address shows in their footer).

Test plan

  • Build green: pnpm build
  • Visit each view in dev and confirm no missing keys / no layout regressions on the cards that gained longer copy
  • FR is presentable — flag any awkward translations for revision
  • Compare side-by-side with the live Wix site to confirm fidelity

🤖 Generated with Claude Code

## Summary Replace the paraphrased strings I introduced during the initial scaffold with the verbatim Wix source (`faunscastle.wixsite.com/ariege`), view by view. FR is a faithful translation since Wix is EN-only. Only `src/i18n/locales/{en,fr}.json` changes — no view templates touched. Build is green. ## Approach - Same i18n key structure as before so existing views render without code changes. - Where Wix has more material than my structure captured, added new keys (silent until a view references them — listed below). - Headings and CTAs match Wix verbatim ("Welcome to The Château du Faune", "here are some possible paths…", "Just passing through?", "book your stay", "We're Forming our Team Now", "Live & Work Here"). - Footer tagline now mirrors the Wix homepage strapline (`farmstand ✧ land art ✧ Residency ✧ Events Venue`). - FR is fresh translation of the new EN — refine wording at your discretion. ## New silent keys These are populated with Wix content but no view renders them yet. Wire them up if you want the extra material visible: - `concept.mission.motivationTitle` / `motivationBody` — the "slow living productivity" paragraph - `concept.quote` — Thoreau attribution from the concept page - `vision.intro` — the "How we arrived here" section explaining how the founders chose Ariège and spring 2025 acquisition - `symposium.purpose` — the think-tank + working body paragraph ## Structural notes A handful of view-facing keys grew to match Wix's prose length: - `concept.slowFarming.pillar{One,Two,Three}Body` — went from one sentence each to a full paragraph each. Check the pillar Card heights still balance in the 3-col grid. - `vision.philosophy.{...}Body` — same expansion, 5-up grid; may want to verify smallest breakpoint. - `vision.pillars.{...}Body` — same expansion, 7 items across 1–4 columns. - `symposium.overview.body`, `symposium.eligibility.body` — longer. If any of those overflow visually, the fix is per-card (clamp at `line-clamp-4` etc.) rather than re-paraphrasing the strings. ## Items not present on Wix - `MarketplaceView` placeholder copy stays mine — Wix has no marketplace page. I did update the pantry/craft items to match the actual farmstand items Wix lists (sprouted pumpkin seeds, apple molasses, etc.). - `home.contact` card kept (Wix doesn't have an equivalent "contact band" — the address shows in their footer). ## Test plan - [ ] Build green: `pnpm build` ✓ - [ ] Visit each view in dev and confirm no missing keys / no layout regressions on the cards that gained longer copy - [ ] FR is presentable — flag any awkward translations for revision - [ ] Compare side-by-side with the live Wix site to confirm fidelity 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Replace the paraphrased English strings (and the FR I had paraphrased
*from* my paraphrased EN) with the verbatim Wix source, view by view.
The Wix site (faunscastle.wixsite.com/ariege) is the user's canonical
content; their request is "verbatim or as faithful as possible".

Same i18n key structure as before, so the view templates don't change.
Where Wix has more material than my structure captured I added new
keys (silent until a view references them):

- concept.mission.motivationBody          (the longer "slow living
                                           productivity" paragraph)
- concept.quote                           (Thoreau attribution)
- vision.intro                            ("How we arrived here")
- symposium.purpose                       (think-tank + working body
                                           paragraph)

A handful of view-facing keys grew to match Wix's prose length —
notably concept.slowFarming pillars (one sentence → full paragraph
each), vision.pillars (one sentence → full paragraph each), vision
philosophy values, and the symposium overview / eligibility blocks.
The views render fine; check that the pillar Card heights still
balance in the grid.

Headings and CTAs swapped to Wix verbatim ("Welcome to The Château du
Faune", "here are some possible paths…", "Just passing through?",
"book your stay", "We're Forming our Team Now", "Live & Work Here").

Footer tagline now mirrors the Wix homepage strapline
("farmstand ✧ land art ✧ Residency ✧ Events Venue") instead of my
paraphrase. Address unchanged.

FR is a faithful translation since Wix is EN-only; refine wording at
your discretion.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
padreug deleted branch feat/content/wix-migration 2026-06-10 21:22:16 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
padreug/chateaudufaune.ariege.io!2
No description provided.