Files
ITWorx Pulse release export bd774932d5
Public source validation / validate (push) Failing after 3m8s
Publish ITWorx Pulse source
2026-09-03 02:09:19 +02:00

18 lines
552 B
Markdown

# ADR 0007 — Dutch default, localization-ready architecture
**Status:** Accepted baseline
## Decision
Ship user-facing v1 flows in Dutch (`nl-BE`) and use localization keys/contracts so English can be added without rewriting components.
## Rationale
The primary user is Dutch-speaking, while code and technical contracts benefit from stable English identifiers.
## Consequences
- No hardcoded scattered UI copy.
- Tests cover missing translation keys.
- Dates/numbers use locale and Europe/Brussels display defaults while storage remains UTC.