You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lossless-cut/i18next.config.scan.ts

11 lines
230 B
TypeScript

// eslint-disable-next-line import/no-extraneous-dependencies
import { defineConfig } from 'i18next-cli';
import configBase from './i18next.config.base.js';
export default defineConfig({
...configBase,
locales: ['en'],
});