mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2260] Action menu translation is missing when right clicking on a file/folder. (#2971)
* Fixed missing translation support. * Added a action-menu key in en.json
This commit is contained in:
committed by
Maurizio Vitale
parent
02806dedfa
commit
bca77b390e
@@ -240,7 +240,7 @@
|
|||||||
*ngIf="authenticationService.isBpmLoggedIn()"
|
*ngIf="authenticationService.isBpmLoggedIn()"
|
||||||
icon="play_arrow"
|
icon="play_arrow"
|
||||||
target="document"
|
target="document"
|
||||||
title="DOCUMENT_LIST.ACTIONS.DOCUMENT.PROCESS_ACTION"
|
title="{{'DOCUMENT_LIST.ACTIONS.DOCUMENT.PROCESS_ACTION' | translate}}"
|
||||||
(execute)="startProcesAction($event)">
|
(execute)="startProcesAction($event)">
|
||||||
</content-action>
|
</content-action>
|
||||||
</content-actions>
|
</content-actions>
|
||||||
|
@@ -164,7 +164,8 @@
|
|||||||
"DOWNLOAD": "Download",
|
"DOWNLOAD": "Download",
|
||||||
"DELETE": "Delete",
|
"DELETE": "Delete",
|
||||||
"MOVE": "Move",
|
"MOVE": "Move",
|
||||||
"COPY": "Copy"
|
"COPY": "Copy",
|
||||||
|
"PROCESS_ACTION": "Start Process"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user