- Does Palamedes replace TanStack Router's i18n routing patterns?
- No. Keep locale params, rewrites, redirects, and links in TanStack Router. Palamedes turns the locale resolved by those routes into the active catalog for server and client code.
- Can Palamedes translate TanStack Start server functions?
- Yes. Validate or normalize the locale at the server-function boundary, activate a request-local i18n instance, and use the same transformed macros as the rest of the application.
- Does it work with server-side rendering?
- Yes. The example matrix verifies localized SSR output and then checks client switching plus a localized server-function response.
- How does this compare with Paraglide in the TanStack guide?
- Paraglide offers a generated, typesafe message API and dedicated URL-localization helpers. Palamedes uses source-string-first PO or FCL catalogs, macro-style authoring, a native catalog toolchain, and one runtime model shared with its other supported hosts.