All UI copy is hardcoded inline in src/components/*.tsx. First step toward community translations (the growth lever LocalSend used): inventory the strings and move them into one typed module (e.g. src/lib/strings.ts), no library choice yet.
Acceptance: no user-visible copy changes; components import from the strings module; pnpm check green.
All UI copy is hardcoded inline in
src/components/*.tsx. First step toward community translations (the growth lever LocalSend used): inventory the strings and move them into one typed module (e.g.src/lib/strings.ts), no library choice yet.Acceptance: no user-visible copy changes; components import from the strings module;
pnpm checkgreen.