From fa798665cd9ec42336fd557fc80fd8692581b570 Mon Sep 17 00:00:00 2001 From: Chaim Lev-Ari Date: Thu, 13 Jan 2022 16:19:08 +0200 Subject: [PATCH] chore(i18n): set extract output path (#6384) --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index a6f60e515..5ed0f63ea 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,5 +1,5 @@ module.exports = { - plugins: ['lodash', 'angularjs-annotate', 'i18next-extract'], + plugins: ['lodash', 'angularjs-annotate', ['i18next-extract', { outputPath: 'translations/{{locale}}/{{ns}}.json' }]], presets: [ [ '@babel/preset-env',