Appearance
Webpack
Installation
sh
npm install @intl-ai/unpluginsh
pnpm add @intl-ai/unpluginsh
yarn add @intl-ai/unpluginsh
bun add @intl-ai/unpluginConfiguration
Create an intl-ai.config.ts at your project root. See Configuration for the full schema.
javascript
const IntlAi = require("@intl-ai/unplugin/webpack");
module.exports = {
plugins: [new IntlAi()],
};For Next.js, see Next.js. Pair with an i18n library from i18n libraries.