There are two ways of delivering translations once they are ready:
Automated delivery via a scheduled task
The Sitecore extension installation package adds a Scheduled Task to Sitecore which enables automated translation delivery to the website. Configuration of a scheduled task is recommended to be carried out by your IT team.
How to set up automated delivery via a scheduled task
- Start timestamp and End timestamp: Determines the start and end of the scheduled task. Format is the Sitecore ISO datetime, YearMonthDayTHoursMinutesSeconds. Example: 20000101T000000 = January 1st 2000 at 00:00:00.
- Days to run: A 7-bit pattern determining which days the task must run: 1 = Sunday 2 = Monday 4 = Tuesday 8 = Wednesday 16 = Thursday 32 = Friday 64 = Saturday So, 127 means to run the task every day. To run the task on Saturday and Sunday, add the 2 values, 1+64 = 65.
- Interval: How long time between each run. 00:05:00 means that the task will run with 5-minute intervals.
Scheduler agent configuration
<scheduling>
<frequency>00:05:00</frequency>
<agent type="Sitecore.Tasks.DatabaseAgent" method="Run" interval="00:05:00">
<param desc="database">master</param>
<param desc="schedule root">/sitecore/system/Tasks/Schedules</param>
<LogActivity>true</LogActivity>
</agent>
</scheduling>
Manual delivery
You can manually deliver completed translations to the website. This option can be used when you want to receive translations immediately.
Delivering all translations
1. Navigate to the Localization tab in Content Editor or Experience Editor. Click the Deliver All button.
2. Confirm the action in the modal window.
Delivering specific translations
1. Navigate to the Localization tab in Content Editor or Experience Editor.
2. Go to the Jobs in the Selected item section or in All items section depending on whether you need to get translations of the selected item or several ones.
3. Check the jobs with Ready to deliver status and click Get translations.
Use the Status filter to quickly find the jobs with completed but not delivered translations.
Comments
0 comments
Article is closed for comments.