feat(02-registration-dictionary-phrases): dictionary-backed registration text

Phase 2 complete:

- Seed registration dictionary phrases

- Update public and admin registration templates to use translations

- Document PAUL plan, apply, summary, and changelog
This commit is contained in:
2026-04-24 21:35:17 +02:00
parent 2cf4715914
commit 6ef8b0029d
13 changed files with 1033 additions and 189 deletions

View File

@@ -0,0 +1,20 @@
# 2026-04-24
## Co zrobiono
- [Phase 2, Plan 01] Przeniesiono nowe i powiązane frazy rejestracji do słownika.
- Dodano idempotentny SQL i runner PHP do seedowania wpisów `mf_dictionary`.
- Przepięto formularz publiczny, potwierdzenie oraz widoki admina rejestracji na `{translate}` / `|translate`.
- Zachowano dotychczasowe nazwy pól, wartości formularza, logikę ceny i zapis danych uczestnika.
## Zmienione pliki
- `_rejestracja/sql/2026-04-24-registration-dictionary-phrases.sql`
- `_rejestracja/sql/apply-2026-04-24-registration-dictionary-phrases.php`
- `_rejestracja/template/partial/Index/Index.tpl`
- `_rejestracja/template/partial/Index/IndexSent.tpl`
- `_rejestracja/Admin/template/partial/Calc/Reg.tpl`
- `_rejestracja/Admin/template/partial/Calc/RegEdit.tpl`
- `.paul/phases/02-registration-dictionary-phrases/02-01-PLAN.md`
- `.paul/phases/02-registration-dictionary-phrases/02-01-APPLY.md`
- `.paul/phases/02-registration-dictionary-phrases/02-01-SUMMARY.md`