diff --git a/i18next-parser.config.mjs b/i18next-parser.config.mjs index 0fb603a8..766d1b1a 100644 --- a/i18next-parser.config.mjs +++ b/i18next-parser.config.mjs @@ -2,7 +2,7 @@ export default { input: ['src/renderer/**/*.{js,jsx,ts,tsx}', 'src/main/*.{js,ts}'], - output: 'src/main/locales/$LOCALE/$NAMESPACE.json', + output: 'locales/$LOCALE/$NAMESPACE.json', indentation: 4, sort: true,