mirror of https://github.com/mifi/lossless-cut
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.
11 lines
230 B
TypeScript
11 lines
230 B
TypeScript
|
7 months ago
|
// 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'],
|
||
|
|
});
|