Publish ITWorx Pulse source
Public source validation / validate (push) Failing after 3m8s

This commit is contained in:
ITWorx Pulse release export
2026-09-03 02:09:19 +02:00
commit bd774932d5
614 changed files with 77116 additions and 0 deletions
@@ -0,0 +1,17 @@
# 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.