Source: AUDIT-product-pages-2026-05-13.md fleet audit · feedback_i18n-requirement.md · ADR-030
The migration PR re-enables the nl locale in docusaurus.config.js and scaffolds i18n/nl/. This issue tracks the actual translation pass.
Scope
Every EN markdown that lands in the canonical folders needs a Dutch counterpart:
intro.md
installation.md
- All files in
Features/
- All files in
UseCases/
- All files in
Integrations/
- All files in
Technical/
- All files in
user-guide/
NL writing rules (from design-system/CLAUDE.md)
- Address the reader as je / jij, never u.
- Banned words:
Digitale transformatie, Ketensamenwerking, Toekomstbestendig, State-of-the-art, Platform dat…, Synergie, Proactief meedenken, Kernel, Oplossing (as generic product term).
- No em-dashes. Comma, period, or short follow-up sentence instead.
- <16 words per sentence.
- Sentence-case headings.
Acceptance
Source: AUDIT-product-pages-2026-05-13.md fleet audit · feedback_i18n-requirement.md · ADR-030
The migration PR re-enables the
nllocale indocusaurus.config.jsand scaffoldsi18n/nl/. This issue tracks the actual translation pass.Scope
Every EN markdown that lands in the canonical folders needs a Dutch counterpart:
intro.mdinstallation.mdFeatures/UseCases/Integrations/Technical/user-guide/NL writing rules (from design-system/CLAUDE.md)
Digitale transformatie,Ketensamenwerking,Toekomstbestendig,State-of-the-art,Platform dat…,Synergie,Proactief meedenken,Kernel,Oplossing(as generic product term).Acceptance
i18n/nl/docusaurus-plugin-content-docs/current/.docusaurus.config.jslocale dropdown switches without SSR errors.npm run buildthennpm run build -- --locale nl).