mirror of https://github.com/portainer/portainer
chore(i18n): set extract output path (#6384)
parent
95fbf7500c
commit
fa798665cd
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue