Translation overview
Example overview
Problem statement
In the modern world, we need to work with a large number of people from different countries, but since we cannot know all the languages, we use online translators for this. Though, translating each phrase separately takes a lot of time, and this small bot will help you save your time.
Existing manual process
Sometimes, we have to translate some phrases from one language to another. For this, we copy one phrase, translate it, and save the result. The process is repeated for each phrase separately.
Automation solution
The bot gets a list of English words/phrases from a spreadsheet, translates them into Spanish online in Google Translate, and saves the translated words/phrases back to the spreadsheet. To define the input and output language, we set ISO 2 Letter Language Codes as headers in the input file.
Preconditions
- Install WorkFusion Studio (Intelligent Automation Cloud Business) to your PC.
- Use the Chrome browser.
- Download the example.
- English to Spanish.xlsx - the input file inside the Translation.zip folder, the standard path for the input folder: C:\
Installation and getting started
Extract the Translation folder.
Transfer the folder contents into your Studio workspace (C:\Users\name\workfusion-workspace2\rpae_project).
Open the sample in WorkFusion Studio.
Set default values for the following variables:
file- for example, the path to the .xlsx file with a single column for translation: C:\ManualReconciliationInput
Click on the Play recording button.
note
- The input file should contain short abbreviations for input and output languages in cells A1 and B1, for example: en, es, de, etc. (ISO 2 Letter Language Codes)
- Input phrases should be in column 'A', beginning with the second row.