You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"shortDescription": "A SharePoint Framework (SPFx) List View Command Set extension that enables users to translate documents from one language to another using Azure Document Translation Service. Users can select one or more documents from a SharePoint document library and translate them into multiple target languages simultaneously.",
"A SharePoint Framework (SPFx) List View Command Set extension that enables users to translate documents from one language to another using Azure Document Translation Service. Users can select one or more documents from a SharePoint document library and translate them into multiple target languages simultaneously."
"name": "Overview of SharePoint Framework Extensions",
49
+
"description": "You can use SharePoint Framework (SPFx) Extensions to extend the SharePoint user experience. With SPFx Extensions, you can customize more facets of the SharePoint experience, including notification areas, toolbars, and list data views. SPFx Extensions are available in all Microsoft 365 subscriptions for production usage.",
"name": "Use page placeholders from Application Customizer",
54
+
"description": "Application Customizers provide access to well-known locations on SharePoint pages that you can modify based on your business and functional requirements. For example, you can create dynamic header and footer experiences that render across all the pages in SharePoint Online.",
Copy file name to clipboardExpand all lines: samples/react-command-document-translation/README.md
+29-3Lines changed: 29 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,26 @@
4
4
5
5
A SharePoint Framework (SPFx) List View Command Set extension that enables users to translate documents from one language to another using Azure Document Translation Service. Users can select one or more documents from a SharePoint document library and translate them into multiple target languages simultaneously.
| Every SPFx version is optimally compatible with specific versions of Node.js. In order to be able to Toolchain this sample, you need to ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.|
14
+
|Refer to <https://aka.ms/spfx-matrix> for more information on SPFx compatibility. |
15
+
16
+
This sample is optimally compatible with the following environment configuration:

22
+

23
+
-Incompatible-red.svg"SharePoint Server 2016 Feature Pack 2 requires SPFx 1.1")
24
+

Copy file name to clipboardExpand all lines: samples/react-command-document-translation/SPFx/README.md
+24-13Lines changed: 24 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,28 @@
1
-
# react-command-document-translation
1
+
# Command Document Translation
2
2
3
3
## Summary
4
4
5
-
Short summary on functionality and used technologies.
5
+
A SharePoint Framework (SPFx) List View Command Set extension that enables users to translate documents from one language to another using Azure Document Translation Service. Users can select one or more documents from a SharePoint document library and translate them into multiple target languages simultaneously.
6
6
7
-
[picture of the solution in action, if possible]
7
+
## Compatibility
8
8
9
-
## Used SharePoint Framework Version
9
+
|:warning: Important |
10
+
|:---------------------------|
11
+
| Every SPFx version is optimally compatible with specific versions of Node.js. In order to be able to Toolchain this sample, you need to ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.|
12
+
|Refer to <https://aka.ms/spfx-matrix> for more information on SPFx compatibility. |
13
+
14
+
This sample is optimally compatible with the following environment configuration:

20
+

21
+
-Incompatible-red.svg"SharePoint Server 2016 Feature Pack 2 requires SPFx 1.1")
22
+

0 commit comments