mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Simplify 'documentlist' package scripts
This commit is contained in:
@@ -136,7 +136,7 @@ export class DocumentList implements OnInit, AfterViewInit, AfterViewChecked, Af
|
||||
this.data = new ShareDataTableAdapter(this.documentListService, this.baseComponentPath, []);
|
||||
|
||||
if (translate) {
|
||||
translate.addTranslationFolder('node_modules/ng2-alfresco-documentlist');
|
||||
translate.addTranslationFolder('node_modules/ng2-alfresco-documentlist/dist/src');
|
||||
}
|
||||
}
|
||||
|
||||
|
16
ng2-components/ng2-alfresco-documentlist/src/i18n/en.json
Normal file
16
ng2-components/ng2-alfresco-documentlist/src/i18n/en.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"ICONS": {
|
||||
"ft_ic_folder": "Folder",
|
||||
"ft_ic_raster_image": "Image file",
|
||||
"ft_ic_pdf": "PDF document",
|
||||
"ft_ic_ms_excel": "Microsoft Excel file",
|
||||
"ft_ic_ms_word": "Microsoft Word document",
|
||||
"ft_ic_ms_powerpoint": "Microsoft PowerPoint file",
|
||||
"ft_ic_video": "Video file",
|
||||
"ft_ic_document": "Document file",
|
||||
"ft_ic_website": "Web resource",
|
||||
"ft_ic_archive": "Archive file",
|
||||
"ft_ic_presentation": "Presentation file",
|
||||
"ft_ic_spreadsheet": "Spreadsheet file"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user