You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): add dev.usePseudotranslator to config schema (v1.14) (#2019)
* fix(cli): add dev.usePseudotranslator to config schema and respect it in setup
The setup.ts changes from PR #1984 correctly check dev.usePseudotranslator,
but the I18nConfig schema (v1.13) has no dev field — Zod strips it during
parsing, making the check always undefined. This extends the schema to v1.14
with a dev.usePseudotranslator option so the config value actually reaches
the CLI runtime.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: add changeset for dev.usePseudotranslator
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments