docs(07): create phase 7 multilanguage plan

This commit is contained in:
2026-03-25 16:07:50 -06:00
parent 4ad975d850
commit 528daeb237
5 changed files with 982 additions and 4 deletions

View File

@@ -141,7 +141,7 @@ Phases execute in numeric order: 1 -> 2 -> 3 -> 4 -> 5 -> 6 -> 7
| 4. RBAC | 3/3 | Complete | 2026-03-24 |
| 5. Employee Design | 4/4 | Complete | 2026-03-25 |
| 6. Web Chat | 3/3 | Complete | 2026-03-25 |
| 7. Multilanguage | 0/0 | Not started | - |
| 7. Multilanguage | 0/4 | Not started | - |
---
@@ -160,11 +160,14 @@ Phases execute in numeric order: 1 -> 2 -> 3 -> 4 -> 5 -> 6 -> 7
4. Agent templates, wizard steps, and onboarding flow are all fully translated
5. Error messages, validation text, and system notifications are localized
6. Adding a new language in the future requires only adding translation files, not code changes
**Plans**: 0 plans
**Plans**: 4 plans
Plans:
- [ ] TBD (run /gsd:plan-phase 7 to break down)
- [ ] 07-01-PLAN.md — Backend i18n: migration 009 (language column + translations JSONB), system prompt language instruction, localized emails, locale-aware templates API
- [ ] 07-02-PLAN.md — Frontend i18n infrastructure: next-intl setup, complete en/es/pt message files, language switcher, Auth.js JWT language sync
- [ ] 07-03-PLAN.md — Frontend string extraction: replace all hardcoded English strings with useTranslations() calls across all pages and components
- [ ] 07-04-PLAN.md — Human verification: multilanguage testing across all pages, language switcher, AI Employee language response
---
*Roadmap created: 2026-03-23*
*Coverage: 25/25 v1 requirements + 6 RBAC requirements + 5 Employee Design requirements + 5 Web Chat requirements mapped*
*Coverage: 25/25 v1 requirements + 6 RBAC requirements + 5 Employee Design requirements + 5 Web Chat requirements + 6 Multilanguage requirements mapped*