pcc-translation-webpack-plugin
v0.0.1
Published
Translates all js & html files which contain translations. This includes extrcating, msgmerge, msginit, po2json
Downloads
4
Readme
How to use
new TranslationPlugin({
potFile: 'translation/templates.pot',
json: {
destination: 'target/web/lang',
compress: true,
format: 'mf'
},
msginit: {
languages: languages,
clearMsgString: true,
deleteUnsupportedLanguageFiles: false,
copyCommentsForLang: ['de_DE'],
files: 'translation/templates.{lang}.po'
},
copycomments: {
forceOverwrite: true,
files: [
'translation/templates.de_DE.po'
]
}
}),