chore(i18n): set extract output path (#6384)

pull/6398/head
Chaim Lev-Ari 2022-01-13 16:19:08 +02:00 committed by GitHub
parent 95fbf7500c
commit fa798665cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',