- Introduction to SAP Connector
- SAP Input
- Checking the Data in the SAP Connector
- Adding Process Specific Tags to the SAP Connector for AppOne
- Adding Process Specific Due Dates to the SAP Connector for AppOne
- Adding Automation Estimates to the SAP Connector for AppOne
- Adding Attributes to the SAP Connector for AppOne
- Adding Activities to the SAP Connector for AppOne
- Adding Entities to the SAP Connector for AppOne
- Rebrand and Restyle Apps and Discovery Accelerators
- Updating the Application Settings
- Preparing Your App for Translation
- Generating Translation Files
- Completing the Translations
- Use Sharding in Your Applications
- Create an Anonymized Dataset
- Set up Automated Data Refreshes
- Use an Access Matrix to Enable Role-Based Access to Data
- Introduction to SQL Connectors
- Setting up a SQL Connector
- CData Sync Extractions
- Running a SQL Connector
- Editing Transformations
- Releasing a SQL Connector
- Scheduling Data Extraction
- Structure of Transformations
- Using SQL Connectors for Released Apps
- Generating a Cache With Scripts
- Setting up a Local Test Environment
- Separate Development and Production Environments
Generating Translation Files
Introduction
When all the visible texts are marked for translation, you can generate the application files for the translator. The Generate translation files… option in the menu on the Superadmin Workspaces tab generates a translation JSON file for each supported language that you have defined in the supportedLocales
setting in the ApplicationSettings.json
file. The translation files will contain all keys that require translation.
Translation Files
In the resources/locales/
folder in your workspace a JSON file is generated for each supported locale.
Non Built-in Translations
Built-in translations are distributed with a new version of UiPath Process Mining. If your list of supported locales in the supportedLocales
setting includes locales for which UiPath Process Mining does not offer a built-in translation, a folder resources/locales/software/
will also be generated which contains JSON files for all software translations you must provide yourself.
template.json
is provided for English, which provides example translations.
Generate Translation Files
Follow these steps to generate the translation files.
Step |
Action |
---|---|
1 |
Go to the Superadmin Workspaces tab of you UiPath Process Mining developer environment. |
2 |
Click on the menu icon at the top left corner and select Generate translation files. |
See illustration below.