Commit Graph

4 Commits

Author SHA1 Message Date
Marijn a0cb06ddb2 Textual changes to help content. 2026-07-05 12:48:59 +02:00
Marijn 3d6bb88837 style: replace semicolons with commas in nl help content, document writing rules
Semicolons in help text read as AI-generated; commas are more natural.
Added writing style rules to CLAUDE.md to prevent recurrence.
2026-07-05 11:36:34 +02:00
Marijn dde1f9a0b1 fix: remove all em-dashes from nl help files, fix remaining XLSX references
Replace all em-dashes with semicolons or colons throughout the nl help
partials. Also replace remaining 'XLSX-bestand' with 'Excel-bestand' in
season_tests and index, and also also fix the em-dash that was still on
the same line as the 'speelronde -> spel' fix in index.
2026-07-05 11:28:27 +02:00
Marijn 052268e042 refactor: move help content out of translations into locale-specific partials
Replace the instructions translation domain with plain HTML files under
templates/backoffice/help/nl/. Each help/*.html.twig is now a locale
dispatch shim that tries the current locale first and falls back to nl,
so adding English (or any other language) is simply a matter of creating
a help/en/ directory with the translated files — no code changes needed.

Removes instructions+intl-icu.nl.xliff.
2026-07-04 23:18:27 +02:00