diff --git a/docs/index.html b/docs/index.html index 8d61589..24c90dd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -563,6 +563,13 @@ Blocks reference +
@@ -854,6 +861,80 @@Document Authoring ships with a built-in Translate app for producing localized versions of pages. Before translating, decide on a localization strategy (which languages, and whether locales are variants of a source or independent). Translation behavior is controlled by a small config sheet in the site's hidden .da configuration folder.
Append /.da to the site path in DA to reach the configuration folder:
Inside .da, create a new sheet named translate, and rename the default data sheet to config.
On the config sheet, make the first row a two-column structure with headers key and value. Add one row per option below.
| key | value | What it does |
|---|---|---|
| translate.behavior | overwrite · merge | How returned content is applied. Overwrite replaces old content (no-touch translation); merge keeps existing content you want to retain. |
| translate.staging | on · off | On copies the source to a separate folder before translating; off sends it directly to the translation service. |
| rollout.behavior | overwrite · merge | Same overwrite/merge choice, applied to hybrid and locale-based rollout strategies. |
Click Publish and confirm to activate the settings.
+Open the Translate app and create a new project. Your configured options now appear in the project's confirmation dialog.
+