mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-721] Fix translation reference for dev task (#1923)
* move translation files in the bundles folder * fix after review ripristinate tslint and remove override tsconfig
This commit is contained in:
@@ -74,6 +74,14 @@ module.exports = webpackMerge(commonConfig, {
|
||||
}),
|
||||
|
||||
new CopyWebpackPlugin([
|
||||
//Deprecation old files translation strategy from 1.6.0 translation files are in the bundles folder
|
||||
... alfrescoLibs.map(lib => {
|
||||
return {
|
||||
context: 'node_modules',
|
||||
from: `${lib}/src/i18n/*`,
|
||||
to: `assets/${lib}/i18n/*`
|
||||
}
|
||||
}),
|
||||
... alfrescoLibs.map(lib => {
|
||||
return {
|
||||
context: `node_modules/${lib}/bundles/assets/`,
|
||||
|
Reference in New Issue
Block a user