Skip to main content

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/translations
  • POST /api/translations/upsert
  • POST /api/translations/auto-translate
  • GET /api/translations/active-locales
  • PUT /api/translations/active-locales
  • POST /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

:::