UNPKG

@dbp-toolkit/common

Version:

You can provide attributes (e.g. `global-name`) for components inside the provider:

13 lines (11 loc) 319 B
import {defineConfig} from 'i18next-cli'; export default defineConfig({ locales: ['en', 'de'], extract: { input: ['src/**/*.js', './*.js'], output: 'src/i18n/{{language}}/{{namespace}}.json', defaultNS: 'translation', functions: ['t', '*.t'], indentation: 4, }, });