https://github.com/gregorwolf/ui5-document-translation
UI5 Document Translation
https://github.com/gregorwolf/ui5-document-translation
Last synced: about 1 year ago
JSON representation
UI5 Document Translation
- Host: GitHub
- URL: https://github.com/gregorwolf/ui5-document-translation
- Owner: gregorwolf
- Created: 2023-01-18T23:42:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T20:46:14.000Z (over 3 years ago)
- Last Synced: 2025-02-13T08:52:36.247Z (over 1 year ago)
- Language: JavaScript
- Size: 351 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UI5 Document Translation
This SAPUI5 Application uses the [SAP BTP Document Translation service](https://discovery-center.cloud.sap/serviceCatalog/document-translation-service/?region=all&tab=feature) to get a translation for an uploaded document.
You can test the application by importing the file [API_Sandox](API_Sandox) as a new destination. Before you upload the file to BTP you have to get your API Key from [https://api.sap.com/settings](https://api.sap.com/settings) and replace ReplaceWithYourKey with it.
## Application Details
| |
| ------------- |
|**Generation Date and Time**
Wed Jan 18 2023 22:21:39 GMT+0000 (Coordinated Universal Time)|
|**App Generator**
@sap/generator-fiori-freestyle|
|**App Generator Version**
1.8.3|
|**Generation Platform**
SAP Business Application Studio|
|**Template Used**
simple|
|**Service Type**
None|
|**Service URL**
N/A
|**Module Name**
document-translation|
|**Application Title**
Document Translation|
|**Namespace**
demo|
|**UI5 Theme**
sap_horizon|
|**UI5 Version**
1.108.4|
|**Enable Code Assist Libraries**
True|
|**Enable TypeScript**
True|
|**Add Eslint configuration**
False|
### Starting the generated app
- This app has been generated using the SAP Fiori tools - App Generator, as part of the SAP Fiori tools suite. In order to launch the generated app, simply run the following from the generated app root folder:
```
npm start
```
#### Pre-requisites:
1. Active NodeJS LTS (Long Term Support) version and associated supported NPM version. (See https://nodejs.org)