Public source validation / validate (push) Failing after 3m8s
18 lines
552 B
Markdown
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.
|