Translations
The Translations page is the screen for managing text keys, running automatic translations, and specifying active languages.
Access Path
- Web:
/translations
Major Transactions
- List translation records
- Adding/updating translation (upsert)
- Automatic translation from source language to target language
- View/update the active language list
- Resynchronize content keys
API Terminals
GET /api/translationsPOST /api/translations/upsertPOST /api/translations/auto-translateGET /api/translations/active-localesPUT /api/translations/active-localesPOST /api/translations/sync-content
Supported Languages
tr,en,de,fr,es,it,ru,ar,zh,ja
Authorization Note
- Translation routes require
authenticate. - Users with system setting authority on the page side see the administrative operations.
:::info Manifest Code
core:translations:view
:::