1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00

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

This commit is contained in:
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

View file

@ -1,5 +1,5 @@
module.exports = { module.exports = {
plugins: ['lodash', 'angularjs-annotate', 'i18next-extract'], plugins: ['lodash', 'angularjs-annotate', ['i18next-extract', { outputPath: 'translations/{{locale}}/{{ns}}.json' }]],
presets: [ presets: [
[ [
'@babel/preset-env', '@babel/preset-env',