The 28/04/26 i18n pass shipped English, Bahasa Melayu, and Simplified Chinese across the app and the PDF export, but its own closing note records two surfaces left behind: the auth email templates and the tooltip copy in frontend/src/lib/formatters.ts. Given the product's stated audience is Malaysian homeowners making a financial decision, an English-only verification email is the very first thing a Malay-preferring user sees. The email half only becomes possible once task 8 brings the templates in-repo — until then they were locked in a Supabase dashboard.
Scope: backend/src/emails/, backend/src/services/emailService.ts, frontend/src/lib/formatters.ts, frontend/src/locales/{en,ms,zh}/
Depends on: #7
Checklist
Priority: Medium · Phase 12 task 13 of the maintainer's migration plan.
The 28/04/26 i18n pass shipped English, Bahasa Melayu, and Simplified Chinese across the app and the PDF export, but its own closing note records two surfaces left behind: the auth email templates and the tooltip copy in
frontend/src/lib/formatters.ts. Given the product's stated audience is Malaysian homeowners making a financial decision, an English-only verification email is the very first thing a Malay-preferring user sees. The email half only becomes possible once task 8 brings the templates in-repo — until then they were locked in a Supabase dashboard.Scope:
backend/src/emails/,backend/src/services/emailService.ts,frontend/src/lib/formatters.ts,frontend/src/locales/{en,ms,zh}/Depends on: #7
Checklist
frontend/src/lib/formatters.tsinto the existing locale fileszhformatters.tspnpm testgreen andpnpm typecheckcleanpnpm dlx impeccable detect <changed frontend files>reports 0 unwaived findingsPriority: Medium · Phase 12 task 13 of the maintainer's migration plan.