Skip to content

Commit

Permalink
chore: add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cngonzalez committed May 3, 2024
1 parent 0dc87cb commit 5e47491
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/01-advanced-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ const customConfig = {
},
],
},
//sometimes editors will duplicate a field or document and begin changing assets
//THEN import the translation. If this is a typical workflow, please toggle the following option
//(it is defaulted to false)
mergeWithTargetLocale: true
//adapter, baseLanguage, secretsNamespace, importTranslation, exportForTranslation should likely not be touched unless you very much want to customize your plugin.
} satisfies TranslationsTabConfigOptions
```

0 comments on commit 5e47491

Please sign in to comment.