Wednesday, September 17, 2025
1 change · 19.0
Enhancements to existing features
Website editors can now translate a full page in one step using AI instead of translating each section manually. The translation panel also shows only the actions a user is allowed to use, making the experience cleaner and easier to manage.
Original PR description
Before this commit: Translating website content required users to manually translate each section individually. This process was tedious and inefficient, especially for larger pages. After this commit: Introduces a new `CustomizeTranslationTabPlugin` under the "Customize" tab in the Translation panel. This plugin allows users to translate the entire page in one click using AI. Users can choose from their installed languages, preview the translated result, and make adjustments if needed. Additionally, the translation toolbar has been improved to show only the actions that the user is allowed to perform. Restricted or unavailable actions are now hidden for a cleaner user experience. task-4787875