Babel plugin for SayKit, an i18n framework. Current version 0.1.0, early release. Designed for Next.js (Babel config), React Native, Expo, Metro, and other Babel-driven pipelines. For Vite, Rollup, Webpack, and esbuild, use unplugin-saykit instead. Requires the core SayKit package.
npm install babel-plugin-saykitNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows installation and Babel configuration to enable i18n with SayKit.
Replace with unplugin-saykit for non-Babel bundlers.
Install saykit as a dependency and import t, etc. from 'saykit'.
Pin exact version and review changelog on updates.
Run pnpm add -D babel-plugin-saykit
Ensure plugins: ['saykit'] in Babel config
Install saykit: pnpm add saykit and import { t } from 'saykit'Run pnpm add saykit